netdb_host_type and netdb_hlen_type on NeXt
[p5sagit/p5-mst-13.2.git] / hints / next_3.sh
index 829d273..542a313 100644 (file)
@@ -72,9 +72,9 @@ 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 's/^[^:]*:[^:]*: //'`
+archs=`/bin/lipo -info /usr/lib/libm.a | sed -n 's/^[^:]*:[^:]*: //p'`
 
 #
 # leave the following part alone
@@ -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'
 #