openbsd-ports/editors/qscintilla/patches/patch-Qt4_qscintilla_pro
2010-09-01 09:57:38 +00:00

13 lines
425 B
Plaintext

$OpenBSD: patch-Qt4_qscintilla_pro,v 1.2 2010/09/01 09:57:38 jasper Exp $
--- Qt4/qscintilla.pro.orig Tue Aug 31 09:49:37 2010
+++ Qt4/qscintilla.pro Wed Sep 1 11:48:15 2010
@@ -38,7 +38,7 @@ INCLUDEPATH = . ../include ../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
}