diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-07 04:15:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-07 04:15:35 +0800 |
commit | b4e25362e6a21daf89c90e8f20f080072f734f4a (patch) | |
tree | 23036692333d84323fa5f176988bdfa8f379b85f /x11/gnomepanel/files | |
parent | 2605159f634fe849782d4595ea76b2636597a5d2 (diff) | |
download | marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.gz marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.bz2 marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.lz marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.xz marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.zst marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.zip |
Update to 2.1.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@354 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/files')
-rw-r--r-- | x11/gnomepanel/files/patch-config.h.in | 15 | ||||
-rw-r--r-- | x11/gnomepanel/files/patch-configure | 27 |
2 files changed, 18 insertions, 24 deletions
diff --git a/x11/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in index 9f8390dbe..8a59166a5 100644 --- a/x11/gnomepanel/files/patch-config.h.in +++ b/x11/gnomepanel/files/patch-config.h.in @@ -1,14 +1,11 @@ - -$FreeBSD: ports/x11/gnomepanel/files/patch-config.h.in,v 1.1 2002/05/14 14:32:33 sobomax Exp $ - ---- config.h.in 2002/05/14 14:15:00 1.1 -+++ config.h.in 2002/05/14 14:15:35 -@@ -148,6 +148,8 @@ - /* Define if you have the `strdup' function. */ - #undef HAVE_STRDUP +--- config.h.in.orig Thu Jan 2 19:50:41 2003 ++++ config.h.in Mon Jan 6 13:11:12 2003 +@@ -96,6 +96,8 @@ + /* Define to 1 if you have the <stdlib.h> header file. */ + #undef HAVE_STDLIB_H +#undef HAVE_LANGINFO_H + - /* Define if you have the <strings.h> header file. */ + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H diff --git a/x11/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure index e1d0567b7..a94d4761c 100644 --- a/x11/gnomepanel/files/patch-configure +++ b/x11/gnomepanel/files/patch-configure @@ -1,22 +1,19 @@ - -$FreeBSD: ports/x11/gnomepanel/files/patch-configure,v 1.2 2002/05/14 14:32:33 sobomax Exp $ - ---- configure.orig Tue May 14 17:16:32 2002 -+++ configure Tue May 14 17:17:03 2002 -@@ -7232,6 +7232,7 @@ +--- configure.orig Mon Jan 6 01:04:20 2003 ++++ configure Mon Jan 6 13:12:56 2003 +@@ -4254,7 +4254,7 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # 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 + echo "$as_me:$LINENO: checking for $ac_header" >&5 +@@ -7878,6 +7878,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |