diff options
Diffstat (limited to 'x11/py-qt3-modules/patches/patch-ab')
-rw-r--r-- | x11/py-qt3-modules/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-qt3-modules/patches/patch-ab b/x11/py-qt3-modules/patches/patch-ab index 05dcc564b6e..acee16a49cf 100644 --- a/x11/py-qt3-modules/patches/patch-ab +++ b/x11/py-qt3-modules/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/07/22 17:24:50 drochner Exp $ +$NetBSD: patch-ab,v 1.2 2003/08/23 15:02:28 drochner Exp $ ---- sip/qtcanvasmod.sip.orig 2003-07-05 12:53:05.000000000 +0200 -+++ sip/qtcanvasmod.sip 2003-07-22 15:20:50.000000000 +0200 +--- sip/qtcanvasmod.sip.orig 2003-08-17 14:27:48.000000000 +0200 ++++ sip/qtcanvasmod.sip 2003-08-22 21:06:56.000000000 +0200 @@ -57,12 +57,12 @@ TEMPLATE = lib @@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2003/07/22 17:24:50 drochner Exp $ +#DESTDIR = @BL_DESTDIR@ CONFIG += qt warn_off @BL_DEBUG@ @BL_SIP@ @BL_DLL@ @BL_THREAD@ INCLUDEPATH = @BL_INCLUDEPATH@ - DEFINES = SIP_MAKE_MODULE_DLL @BL_DEFINES@ + DEFINES = @BL_DEFINES@ -sip3:unix:LIBS += -L@BL_DESTDIR@ -lqtcmodule -L@BL_SIPMODDIR@ -lsip +sip3:unix:LIBS += -L@BL_DESTDIR@ -lqtcmodule -L@BL_SIPMODDIR@ -Wl,-R@BL_SIPMODDIR@ -lsip |