From 60ea53f20d657bc802ae66aa05128d34c535b4bc Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Tue, 20 Feb 2007 17:18:48 +0000 Subject: [PATCH] Combined and simplified FreeBSD hints file --- MANIFEST | 1 - hints/freebsd.sh | 4 ++-- hints/freebsd_5.sh | 6 ------ 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 hints/freebsd_5.sh 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' -- 2.30.2