Index: head/cad/qcad/files/patch-src_zip_RZip.cpp =================================================================== --- head/cad/qcad/files/patch-src_zip_RZip.cpp (nonexistent) +++ head/cad/qcad/files/patch-src_zip_RZip.cpp (revision 474116) @@ -0,0 +1,11 @@ +--- src/zip/RZip.cpp.orig 2018-07-01 14:53:24 UTC ++++ src/zip/RZip.cpp +@@ -19,7 +19,7 @@ + //#include + //#include + +-#include "JlCompress.h" ++#include + + #include "RZip.h" + Property changes on: head/cad/qcad/files/patch-src_zip_RZip.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/qcad/files/patch-src_zip_zip.pro =================================================================== --- head/cad/qcad/files/patch-src_zip_zip.pro (nonexistent) +++ head/cad/qcad/files/patch-src_zip_zip.pro (revision 474116) @@ -0,0 +1,19 @@ +--- src/zip/zip.pro.orig 2018-07-01 14:10:25 UTC ++++ src/zip/zip.pro +@@ -1,6 +1,6 @@ + include( ../../shared.pri ) + +-INCLUDEPATH+=../3rdparty/quazip/src ++# INCLUDEPATH+=../3rdparty/quazip/src + + greaterThan(QT_MAJOR_VERSION, 4) { + INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtZlib +@@ -23,7 +23,7 @@ else { + CONFIG += plugin + } + TARGET = $${RLIBNAME}zip +-LIBS += -l$${RLIBNAME}core -lquazip ++LIBS += -l$${RLIBNAME}core -lquazip5 + OTHER_FILES += zip.dox + DEFINES += QCADZIP_LIBRARY + RC_FILE = zip.rc Property changes on: head/cad/qcad/files/patch-src_zip_zip.pro ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property