]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - worlds/amd64/SS4200/config/make.conf
amd64/SS4200: add misc-cdn/bash-config to leaf ports
[CDN/Mosi.git] / worlds / amd64 / SS4200 / config / make.conf
1 # Compilation tunes
2 CFLAGS+=-O2 -pipe
3 COPTFLAGS+=-O2 -pipe
4 CPUTYPE?=nocona
5
6 # Multiprocess port builds (make -j8)
7 FORCE_MAKE_JOBS=yes
8 MAKE_JOBS_NUMBER=8
9
10 # Global knobs
11 NO_PROFILE=yes
12 WITHOUT_X11=yes
13
14 # Kernel build configuration
15 KERNCONF=SS4200
16
17 # Caching proxy for fetches
18 http_proxy=http://gateway.cyberleo.net:46565
19 ftp_proxy=http://gateway.cyberleo.net:46565
20
21 # Inline limit warnings?
22 # Userland:
23 #NO_WERROR=yes
24 # Kernel: Just turn off inline warnings
25 #WERROR=-Wno-inline -Werror
26 # Kernel: Don't error on any warning
27 #WERROR=-Wno-error
28 # Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty
29 #WERROR=
30
31 # Read-only ports tree
32 DISTDIR=/var/ports/distfiles
33 PACKAGES=/var/ports/packages
34 WRKDIRPREFIX=/usr/obj
35
36 .if ${.CURDIR:M*/devel/glib20}
37   USE_LOCAL_MK=
38   STRIP_PERL5_RUN=
39   STRIP_PYTHON_RUN=
40 .endif
41
42 .if ${.CURDIR:M*/databases/tdb}
43   USE_LOCAL_MK=
44   STRIP_PYTHON_RUN=
45 .endif
46