rpms/quazip/devel quazip-path.patch,1.1,1.2

supercyper supercyper at fedoraproject.org
Wed Feb 3 05:13:58 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/quazip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7457

Modified Files:
	quazip-path.patch 
Log Message:
Fix building


quazip-path.patch:
 quazip/quazip.pro    |   19 +++++++------------
 test/unzip/unzip.pro |    2 ++
 test/zip/zip.pro     |    2 ++
 3 files changed, 11 insertions(+), 12 deletions(-)

Index: quazip-path.patch
===================================================================
RCS file: /cvs/pkgs/rpms/quazip/devel/quazip-path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- quazip-path.patch	3 Feb 2010 04:51:56 -0000	1.1
+++ quazip-path.patch	3 Feb 2010 05:13:58 -0000	1.2
@@ -40,3 +40,27 @@
 +  target.path=$$LIBDIR
    INSTALLS += headers target
  }
+--- quazip-0.2.3.old/test/unzip/unzip.pro	2007-08-28 23:11:35.000000000 +0800
++++ quazip-0.2.3/test/unzip/unzip.pro	2010-02-03 13:06:24.508318772 +0800
+@@ -7,7 +7,9 @@
+ QT -= gui
+ DEPENDPATH += .
+ INCLUDEPATH += . ../..
++INCLUDEPATH += /usr/include/minizip
+ unix:LIBS += -L../../quazip -lquazip
++unix:LIBS += -lminizip
+ win32:LIBS += -L../../quazip/release -lquazip
+ 
+ # Input
+--- quazip-0.2.3.old/test/zip/zip.pro	2007-08-28 23:11:35.000000000 +0800
++++ quazip-0.2.3/test/zip/zip.pro	2010-02-03 13:05:03.282317770 +0800
+@@ -7,7 +7,9 @@
+ QT -= gui
+ DEPENDPATH += .
+ INCLUDEPATH += . ../..
++INCLUDEPATH += /usr/include/minizip
+ unix:LIBS += -L../../quazip -lquazip
++unix:LIBS += -lminizip
+ win32:LIBS += -L../../quazip/release -lquazip
+ 
+ # Input



More information about the scm-commits mailing list