forked from Lainports/freebsd-ports
PR: ports/133547 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Approved by: miwi (mentor)
11 lines
692 B
Text
11 lines
692 B
Text
--- nbase/configure.orig 2008-10-09 01:17:11.000000000 +0200
|
|
+++ nbase/configure 2009-04-01 22:44:09.000000000 +0200
|
|
@@ -3600,7 +3600,7 @@
|
|
|
|
|
|
|
|
-for ac_header in string.h getopt.h strings.h sys/param.h sys/time.h unistd.h errno.h sys/types.h sys/socket.h netinet/in.h arpa/inet.h sys/stat.h net/if.h netdb.h sys/wait.h fcntl.h sys/resource.h inttypes.h
|
|
+for ac_header in string.h strings.h sys/param.h sys/time.h unistd.h errno.h sys/types.h sys/socket.h netinet/in.h arpa/inet.h sys/stat.h net/if.h netdb.h sys/wait.h fcntl.h sys/resource.h inttypes.h
|
|
do
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
|