pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Add explicit dependency to ensure relinking is don...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4229f105f2e4
branches:  trunk
changeset: 643056:4229f105f2e4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 10 14:02:31 2014 +0000

description:
Add explicit dependency to ensure relinking is done in the correct
order.

diffstat:

 x11/wxGTK26/Makefile |  5 ++++-
 x11/wxGTK28/Makefile |  6 +++++-
 x11/wxGTK30/Makefile |  5 ++++-
 3 files changed, 13 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r 94e41c7bfc5c -r 4229f105f2e4 x11/wxGTK26/Makefile
--- a/x11/wxGTK26/Makefile      Wed Dec 10 13:43:31 2014 +0000
+++ b/x11/wxGTK26/Makefile      Wed Dec 10 14:02:31 2014 +0000
@@ -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 @@
 
 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 \
diff -r 94e41c7bfc5c -r 4229f105f2e4 x11/wxGTK28/Makefile
--- a/x11/wxGTK28/Makefile      Wed Dec 10 13:43:31 2014 +0000
+++ b/x11/wxGTK28/Makefile      Wed Dec 10 14:02:31 2014 +0000
@@ -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 @@
 
 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 \
diff -r 94e41c7bfc5c -r 4229f105f2e4 x11/wxGTK30/Makefile
--- a/x11/wxGTK30/Makefile      Wed Dec 10 13:43:31 2014 +0000
+++ b/x11/wxGTK30/Makefile      Wed Dec 10 14:02:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/09/19 08:35:41 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/12/10 14:02:32 joerg Exp $
 
 VERSION=       3.0.1
 PKGREVISION=   3
@@ -60,6 +60,9 @@
 PLIST.notdarwin=       yes
 .endif
 
+post-configure:
+       echo 'install_qadll: install_xmldll' >> ${WRKSRC}/Makefile
+
 post-build:
        set -e; cd ${WRKSRC}/locale; \
        for lang in *.po; do \



Home | Main Index | Thread Index | Old Index