summaryrefslogtreecommitdiff
path: root/x11/gnomepanel/files/patch-configure
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-14 14:32:33 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-14 14:32:33 +0000
commit5c588543ac25c7b39339f17a43069e9b9e6d72b1 (patch)
tree848181e651dd610fbdd54b328ccc8283cec00c06 /x11/gnomepanel/files/patch-configure
parentOops, last commit was an old version, this one is at least able to link (diff)
Fix on systems without langinfo.h header.
Submitted by: bento
Diffstat (limited to 'x11/gnomepanel/files/patch-configure')
-rw-r--r--x11/gnomepanel/files/patch-configure16
1 files changed, 14 insertions, 2 deletions
diff --git a/x11/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure
index 63f6b4544d5b..89007e07bc69 100644
--- a/x11/gnomepanel/files/patch-configure
+++ b/x11/gnomepanel/files/patch-configure
@@ -1,5 +1,8 @@
---- configure.orig Mon Apr 29 01:16:38 2002
-+++ configure Mon Apr 29 01:17:04 2002
+
+$FreeBSD$
+
+--- configure.orig Tue May 14 17:16:32 2002
++++ configure Tue May 14 17:17:03 2002
@@ -7232,6 +7232,7 @@
# This can be used to rebuild libtool when needed
@@ -8,3 +11,12 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -9288,7 +9289,7 @@
+ # On IRIX 5.3, sys/types and inttypes.h are conflicting.
+
+ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+- inttypes.h stdint.h unistd.h
++ inttypes.h stdint.h unistd.h langinfo.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ echo "$as_me:9294: checking for $ac_header" >&5