openbsd-ports/editors/qscintilla/patches/patch-Qt4_qscintilla_pro
2011-08-23 11:20:32 +00:00

13 lines
435 B
Plaintext

$OpenBSD: patch-Qt4_qscintilla_pro,v 1.3 2011/08/23 11:20:33 jasper Exp $
--- Qt4/qscintilla.pro.orig Sun Apr 17 11:36:40 2011
+++ Qt4/qscintilla.pro Tue Aug 23 13:06:37 2011
@@ -38,7 +38,7 @@ INCLUDEPATH = . ../include ../lexlib ../src
DEFINES = QSCINTILLA_MAKE_DLL QT SCI_LEXER
# Handle both Qt v4 and v3.
-target.path = $$[QT_INSTALL_LIBS]
+target.path = ${LOCALBASE}/lib
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}