summaryrefslogtreecommitdiff
path: root/x11/wxGTK28
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-10 14:02:31 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-10 14:02:31 +0000
commit298596c2d555d2da9922fc74ad7c56574970974c (patch)
treeddbd6b94b87a655f5c934fee586e4aaad9f6fae7 /x11/wxGTK28
parent03231dd76c97612cb959a706712a154961f5d2c3 (diff)
downloadpkgsrc-298596c2d555d2da9922fc74ad7c56574970974c.tar.gz
Add explicit dependency to ensure relinking is done in the correct
order.
Diffstat (limited to 'x11/wxGTK28')
-rw-r--r--x11/wxGTK28/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/wxGTK28/Makefile b/x11/wxGTK28/Makefile
index 84c800e5601..30d0aa78962 100644
--- a/x11/wxGTK28/Makefile
+++ b/x11/wxGTK28/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2014/06/09 14:18:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2014/12/10 14:02:32 joerg Exp $
#
.include "../../x11/wxGTK28/Makefile.common"
@@ -14,6 +14,10 @@ INSTALLATION_DIRS= ${DOCDIR}
REPLACE_SH= wx-config.in wx-config-inplace.in
+post-configure:
+ echo 'install_qadll: install_xmldll' >> ${WRKSRC}/build-unicode/Makefile
+ echo 'install_qadll: install_xmldll' >> ${WRKSRC}/build-non-unicode/Makefile
+
post-build:
set -e; cd ${WRKSRC}/locale; \
for lang in *.po; do \