From: Ari Johnson Date: Tue, 20 Feb 2007 17:18:48 +0000 (+0000) Subject: Combined and simplified FreeBSD hints file X-Git-Tag: 0.73~184 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=60ea53f20d657bc802ae66aa05128d34c535b4bc;p=cobramush.git Combined and simplified FreeBSD hints file --- diff --git a/MANIFEST b/MANIFEST index 033e5e0..9220089 100644 --- a/MANIFEST +++ b/MANIFEST @@ -122,7 +122,6 @@ hints/cygwin.sh hints/darwin.sh hints/dec_osf.sh hints/freebsd.sh -hints/freebsd_5.sh hints/hpux-gcc.sh hints/hpux.sh hints/irix.sh diff --git a/hints/freebsd.sh b/hints/freebsd.sh index cac0bdf..ed7a3b8 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -1,6 +1,6 @@ usenm=false i_malloc='undef' i_values='undef' -ccflags='-I/usr/local/include' +ccflags='-D_POSIX_C_SOURCE=2 -D__XSI_VISIBLE=1000 -D__BSD_VISIBLE -I/usr/local/include' d_attribut=true - +d_force_ipv4='define' diff --git a/hints/freebsd_5.sh b/hints/freebsd_5.sh deleted file mode 100644 index ed7a3b8..0000000 --- a/hints/freebsd_5.sh +++ /dev/null @@ -1,6 +0,0 @@ -usenm=false -i_malloc='undef' -i_values='undef' -ccflags='-D_POSIX_C_SOURCE=2 -D__XSI_VISIBLE=1000 -D__BSD_VISIBLE -I/usr/local/include' -d_attribut=true -d_force_ipv4='define'