diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-21 08:25:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-21 08:25:02 +0000 |
commit | 1485d6f52efcf9b30d2c35d9e180ed16a5bcd04e (patch) | |
tree | 28e2014782425bde2823562edc736e53f4be04f3 /x11-toolkits/gtk20/files/patch-ae | |
parent | Update to 0.5.4. (diff) |
Remove obsolete libxpg4-related hunk. This doesn't make any functional
difference, hence leave PORTREVISION intact.
Submitted by: sf
Notes
Notes:
svn path=/head/; revision=51918
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ae | 11 |
1 files changed, 1 insertions, 10 deletions
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 |