# Compilation tunes #CFLAGS+=-O2 -pipe #COPTFLAGS+=-O2 -pipe CPUTYPE?=nocona # Multiprocess port builds (make -j8) FORCE_MAKE_JOBS=yes MAKE_JOBS_NUMBER=8 # Global knobs NO_PROFILE=yes WITHOUT_X11=yes # Caching proxy for fetches http_proxy=http://gateway.cyberleo.net:46565 ftp_proxy=http://gateway.cyberleo.net:46565 # Inline limit warnings? # Userland: #NO_WERROR=yes # Kernel: Just turn off inline warnings #WERROR=-Wno-inline -Werror # Kernel: Don't error on any warning #WERROR=-Wno-error # Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty #WERROR= # Read-only ports tree DISTDIR=/var/ports/distfiles PACKAGES=/var/ports/packages WRKDIRPREFIX=/usr/obj .if ${.CURDIR:M*/devel/glib20} USE_LOCAL_MK= STRIP_PERL5_RUN= STRIP_PYTHON_RUN= .endif .if ${.CURDIR:M*/databases/tdb} USE_LOCAL_MK= STRIP_PYTHON_RUN= .endif