SOURCES: qscintilla2-DESTDIR.patch (NEW) - fixed install

charles charles at pld-linux.org
Tue Dec 26 04:50:11 CET 2006


Author: charles                      Date: Tue Dec 26 03:50:11 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed install

---- Files affected:
SOURCES:
   qscintilla2-DESTDIR.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/qscintilla2-DESTDIR.patch
diff -u /dev/null SOURCES/qscintilla2-DESTDIR.patch:1.1
--- /dev/null	Tue Dec 26 04:50:11 2006
+++ SOURCES/qscintilla2-DESTDIR.patch	Tue Dec 26 04:50:06 2006
@@ -0,0 +1,24 @@
+--- QScintilla-1.71-gpl-2-snapshot-20061220/Qt4/qscintilla.pro.orig	2006-12-25 04:56:18.000000000 +0100
++++ QScintilla-1.71-gpl-2-snapshot-20061220/Qt4/qscintilla.pro	2006-12-26 02:53:14.655239516 +0100
+@@ -29,9 +29,9 @@
+ DEFINES = QSCINTILLA_MAKE_DLL QT SCI_LEXER
+ 
+ # Handle both Qt v4 and v3.
+-DESTDIR = $$[QT_INSTALL_LIBS]
+-isEmpty(DESTDIR) {
+-	DESTDIR = $(QTDIR)/lib
++target.path = $$[QT_INSTALL_LIBS]
++isEmpty(target.path) {
++	target.path = $(QTDIR)/lib
+ }
+ 
+ header.path = $$[QT_INSTALL_HEADERS]
+@@ -53,7 +53,7 @@
+ 	qsci.path = $(QTDIR)
+ }
+ 
+-INSTALLS += header trans qsci
++INSTALLS += target header trans qsci
+ 
+ HEADERS = \
+ 	./Qsci/qsciglobal.h \
================================================================


More information about the pld-cvs-commit mailing list