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