diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 18:00:40 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 18:00:40 +0000 |
commit | 06e187298614a06f8f46af471d211ec6801a840e (patch) | |
tree | 8b307db5c73607b574102e0703bfb973e529cc79 /x11 | |
parent | e54287f00271cb8716819825672b4d1dc0f2b0c2 (diff) | |
download | pkgsrc-06e187298614a06f8f46af471d211ec6801a840e.tar.gz |
There seems to be no way to tell wxGTK not to put locales into
${PREFIX}/share besides patching all over the code. Force
PKGLOCALEDIR=share for now.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wxGTK28/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wxGTK28/Makefile.common b/x11/wxGTK28/Makefile.common index c48a23525de..f1dfb0dd95a 100644 --- a/x11/wxGTK28/Makefile.common +++ b/x11/wxGTK28/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2011/06/19 00:48:57 dholland Exp $ +# $NetBSD: Makefile.common,v 1.10 2011/09/14 18:00:40 hans Exp $ # # used by x11/wxGTK28/Makefile # used by x11/wxGTK28-contrib/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --with-zlib=sys CONFIGURE_ARGS+= --with-regex=builtin DOCDIR= ${PREFIX}/share/doc/wxGTK +PKGLOCALEDIR= share CONFIGURE_DIRS= ${WRKSRC}/build-non-unicode ${WRKSRC}/build-unicode |