Advertisement
kpa

/etc/make.conf

kpa
Apr 27th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. WITH_PKGNG="yes"
  2. WITH_IPV6="yes"
  3.  
  4. KERNCONF=FIREWALL
  5.  
  6.  
  7. WITHOUT_X11="yes"
  8. WITHOUT_NLS="yes"
  9.  
  10. CC=clang
  11. CXX=clang++
  12. CPP=clang-cpp
  13.  
  14. .if ${.CURDIR:M/usr/ports/*}
  15. CFLAGS+=-fstack-protector
  16. .endif
  17.  
  18. # added by use.perl 2013-04-23 15:49:17
  19. PERL_VERSION=5.14.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement