rpms/qgit/devel qgit-2.1-qmake.patch,NONE,1.1

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Mon Dec 31 17:54:48 UTC 2007


Author: sharkcz

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

Added Files:
	qgit-2.1-qmake.patch 
Log Message:
 - add missing file

qgit-2.1-qmake.patch:

--- NEW FILE qgit-2.1-qmake.patch ---
--- src/src.pro.qmake	2007-12-31 07:24:42.000000000 +0100
+++ src/src.pro	2007-12-31 17:24:21.000000000 +0100
@@ -27,12 +27,12 @@
 
 unix {
     TARGET = qgit
-    target.path = ~/bin
+    target.path = /usr/bin
 }
 
 HAVE_GCC {
-	QMAKE_CXXFLAGS_RELEASE += -g3 -O2 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion
-	QMAKE_CXXFLAGS_DEBUG += -g3 -O0 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion
+	QMAKE_CXXFLAGS_RELEASE +=
+	QMAKE_CXXFLAGS_DEBUG +=
 }
 
 INSTALLS += target




More information about the fedora-extras-commits mailing list