openbsd-ports/x11/qwt/patches/patch-designer_designer_pro
merdely 2e4a08ed9c emove myself as maintainer
- Remove USE_GROFF
 - Remove gettext MODULE
 - Remove LIB_DEPENDS line (included with qt4 MODULE)
 - Fix WANTLIB
 - SUBST_CMD
 - Major lib bump (removed some functions)
 - New pkg/README

help from and ok steven@
2010-11-07 00:26:13 +00:00

13 lines
461 B
Plaintext

$OpenBSD: patch-designer_designer_pro,v 1.2 2010/11/07 00:26:13 merdely Exp $
--- designer/designer.pro.orig Sun Apr 11 05:55:06 2010
+++ designer/designer.pro Tue Oct 26 04:56:10 2010
@@ -126,7 +126,7 @@ contains(CONFIG, QwtDesigner) {
RESOURCES += \
qwt_designer_plugin.qrc
- target.path = $$[QT_INSTALL_PLUGINS]/designer
+ target.path = ${WRKINST}${PREFIX}/lib/qt4/plugins/designer
INSTALLS += target
}
}