summaryrefslogtreecommitdiff
path: root/x11/wxGTK26
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/wxGTK26
parent03231dd76c97612cb959a706712a154961f5d2c3 (diff)
downloadpkgsrc-298596c2d555d2da9922fc74ad7c56574970974c.tar.gz
Add explicit dependency to ensure relinking is done in the correct
order.
Diffstat (limited to 'x11/wxGTK26')
-rw-r--r--x11/wxGTK26/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/wxGTK26/Makefile b/x11/wxGTK26/Makefile
index 366695fe82f..b25ec0d8f3e 100644
--- a/x11/wxGTK26/Makefile
+++ b/x11/wxGTK26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/06/09 14:18:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2014/12/10 14:02:31 joerg Exp $
#
.include "Makefile.common"
@@ -8,6 +8,9 @@ COMMENT= GTK-based implementation of the wxWidgets GUI library
REPLACE_SH= wx-config.in wx-config-inplace.in
+post-configure:
+ echo 'install_qadll: install_xmldll' >> ${WRKSRC}/Makefile
+
post-build:
set -e; cd ${WRKSRC}/locale; \
for lang in ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk \