summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
Diffstat (limited to 'hints')
-rw-r--r--hints/next_3.sh4
-rw-r--r--hints/next_4.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/hints/next_3.sh b/hints/next_3.sh
index 55e89591d8..542a313a11 100644
--- a/hints/next_3.sh
+++ b/hints/next_3.sh
@@ -72,7 +72,7 @@ cccdlflags=' '
# If you want to build for specific architectures, change the line
# below to something like
#
-# archs=(m68k i386)
+# archs='m68k i386'
#
archs=`/bin/lipo -info /usr/lib/libm.a | sed -n 's/^[^:]*:[^:]*: //p'`
@@ -99,6 +99,8 @@ ld='cc'
i_utime='undef'
groupstype='int'
direntrytype='struct direct'
+netdb_host_type='char *'
+netdb_hlen_type='int'
d_strcoll='undef'
d_uname='define'
#
diff --git a/hints/next_4.sh b/hints/next_4.sh
index 316b339212..d34400200b 100644
--- a/hints/next_4.sh
+++ b/hints/next_4.sh
@@ -33,7 +33,7 @@ ld='cc'
# If you want to build for specific architectures, change the line
# below to something like
#
-# archs=(m68k i386)
+# archs='m68k i386'
#
archs=`/bin/lipo -info /usr/lib/libm.a | sed -n 's/^[^:]*:[^:]*: //p'`
@@ -83,6 +83,8 @@ i_dbm='define'
i_utime='undef'
groupstype='int'
direntrytype='struct direct'
+netdb_host_type='const char *'
+netdb_hlen_type='int'
usemymalloc='y'
clocktype='int'