diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-21 16:25:02 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-21 16:25:02 +0800 |
commit | 2a9d1ac1129990f7e30fe96632871ba5be2cdeb0 (patch) | |
tree | 3324908e56e4e4d48c7e8e3b716a2fd94b91759d /x11-toolkits | |
parent | 0cd5f2c5eaf12852db9c203bd39ea36689fbf06c (diff) | |
download | freebsd-ports-gnome-2a9d1ac1129990f7e30fe96632871ba5be2cdeb0.tar.gz freebsd-ports-gnome-2a9d1ac1129990f7e30fe96632871ba5be2cdeb0.tar.zst freebsd-ports-gnome-2a9d1ac1129990f7e30fe96632871ba5be2cdeb0.zip |
Remove obsolete libxpg4-related hunk. This doesn't make any functional
difference, hence leave PORTREVISION intact.
Submitted by: sf
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/files/patch-ae | 9 | ||||
-rw-r--r-- | x11-toolkits/gtk13/files/patch-ae | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ae | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-ae | 11 |
4 files changed, 3 insertions, 39 deletions
diff --git a/x11-toolkits/gtk12/files/patch-ae b/x11-toolkits/gtk12/files/patch-ae index c241c2e075a6..c29a6955e4e4 100644 --- a/x11-toolkits/gtk12/files/patch-ae +++ b/x11-toolkits/gtk12/files/patch-ae @@ -24,15 +24,6 @@ fi rm -f conftest* INSTOBJEXT=.mo -@@ -3699,7 +3699,7 @@ - # Added by Martin Baulig 12/15/98 for libc5 systems - if test "$gt_cv_func_dgettext_libc" != "yes" \ - && test "$gt_cv_func_dgettext_libintl" = "yes"; then -- INTLLIBS=-lintl -+ INTLLIBS="-lintl -lxpg4" - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - @@ -4446,6 +4446,7 @@ glib_thread_cflags="$GLIB_CFLAGS" glib_libs=`$GLIB_CONFIG glib gmodule --libs` diff --git a/x11-toolkits/gtk13/files/patch-ae b/x11-toolkits/gtk13/files/patch-ae index cd62bea5ac85..04e0e19df224 100644 --- a/x11-toolkits/gtk13/files/patch-ae +++ b/x11-toolkits/gtk13/files/patch-ae @@ -11,13 +11,4 @@ $FreeBSD$ + DATADIRNAME=share fi rm -f conftest* - INSTOBJEXT=.mo -@@ -3852,7 +3852,7 @@ - # Added by Martin Baulig 12/15/98 for libc5 systems - if test "$gt_cv_func_dgettext_libc" != "yes" \ - && test "$gt_cv_func_dgettext_libintl" = "yes"; then -- INTLLIBS=-lintl -+ INTLLIBS="-lintl -lxpg4" - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - + INSTOBJEXT=.mo diff --git a/x11-toolkits/gtk20/files/patch-ae b/x11-toolkits/gtk20/files/patch-ae index cd62bea5ac85..04e0e19df224 100644 --- a/x11-toolkits/gtk20/files/patch-ae +++ b/x11-toolkits/gtk20/files/patch-ae @@ -11,13 +11,4 @@ $FreeBSD$ + DATADIRNAME=share fi rm -f conftest* - INSTOBJEXT=.mo -@@ -3852,7 +3852,7 @@ - # Added by Martin Baulig 12/15/98 for libc5 systems - if test "$gt_cv_func_dgettext_libc" != "yes" \ - && test "$gt_cv_func_dgettext_libintl" = "yes"; then -- INTLLIBS=-lintl -+ INTLLIBS="-lintl -lxpg4" - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - + INSTOBJEXT=.mo diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae index cd62bea5ac85..04e0e19df224 100644 --- a/x11-toolkits/gtk30/files/patch-ae +++ b/x11-toolkits/gtk30/files/patch-ae @@ -11,13 +11,4 @@ $FreeBSD$ + DATADIRNAME=share fi rm -f conftest* - INSTOBJEXT=.mo -@@ -3852,7 +3852,7 @@ - # Added by Martin Baulig 12/15/98 for libc5 systems - if test "$gt_cv_func_dgettext_libc" != "yes" \ - && test "$gt_cv_func_dgettext_libintl" = "yes"; then -- INTLLIBS=-lintl -+ INTLLIBS="-lintl -lxpg4" - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - + INSTOBJEXT=.mo |