summaryrefslogtreecommitdiff
path: root/x11/gtk/patches
diff options
context:
space:
mode:
authortron <tron>2002-09-01 14:52:29 +0000
committertron <tron>2002-09-01 14:52:29 +0000
commitd565c22e8f0160aa8b738406331db8e62d587b71 (patch)
tree4d02aad109b6d225bcc634445299b1b9ba2686a2 /x11/gtk/patches
parente23b6e3e9d84328cffd436a16488eb26aa6c437e (diff)
downloadpkgsrc-d565c22e8f0160aa8b738406331db8e62d587b71.tar.gz
Install locale files into correct directory under Solaris.
Diffstat (limited to 'x11/gtk/patches')
-rw-r--r--x11/gtk/patches/patch-ad12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/gtk/patches/patch-ad b/x11/gtk/patches/patch-ad
index 2ea0a76c594..b7de74cb3dc 100644
--- a/x11/gtk/patches/patch-ad
+++ b/x11/gtk/patches/patch-ad
@@ -1,13 +1,15 @@
-$NetBSD: patch-ad,v 1.6 2001/02/26 21:42:57 tron Exp $
+$NetBSD: patch-ad,v 1.7 2002/09/01 14:52:30 tron Exp $
---- po/Makefile.in.in.orig Thu Feb 25 12:02:20 1999
-+++ po/Makefile.in.in Thu Mar 4 00:14:56 1999
-@@ -19,7 +19,7 @@
+--- po/Makefile.in.in.orig Wed Mar 28 23:11:42 2001
++++ po/Makefile.in.in Sun Sep 1 16:32:12 2002
+@@ -19,8 +19,8 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
+-gnulocaledir = $(prefix)/share/locale
+localedir = $(prefix)/${PKGLOCALEDIR}/locale
- gnulocaledir = $(prefix)/share/locale
++gnulocaledir = $(prefix)/${PKGLOCALEDIR}/locale
gettextsrcdir = $(prefix)/share/gettext/po
subdir = po
+