rpms/qscintilla/devel qscintilla-1.73-gpl-2.1-paths.patch,NONE,1.1

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Jan 28 21:34:24 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/qscintilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25918

Added Files:
	qscintilla-1.73-gpl-2.1-paths.patch 
Log Message:
add patch needed for 2.1


qscintilla-1.73-gpl-2.1-paths.patch:

--- NEW FILE qscintilla-1.73-gpl-2.1-paths.patch ---
--- QScintilla-1.73-gpl-2.1/Qt4/qscintilla.pro.orig	2008-01-28 15:18:12.000000000 -0600
+++ QScintilla-1.73-gpl-2.1/Qt4/qscintilla.pro	2008-01-28 15:19:28.000000000 -0600
@@ -29,10 +29,10 @@
 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]
 header.files = Qsci




More information about the fedora-extras-commits mailing list