diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:01:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:01:03 +0800 |
commit | 9430c81a4bf1cabcc2daf996c701cfd8a508889f (patch) | |
tree | ffc16410d48615657dc8f71dee954e13230f5177 /archivers/quazip | |
parent | ffc2cc7d17792d0e2bb2860dc76c8fe521657732 (diff) | |
download | freebsd-ports-gnome-9430c81a4bf1cabcc2daf996c701cfd8a508889f.tar.gz freebsd-ports-gnome-9430c81a4bf1cabcc2daf996c701cfd8a508889f.tar.zst freebsd-ports-gnome-9430c81a4bf1cabcc2daf996c701cfd8a508889f.zip |
Mark as broken: does not build
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::read()':
testquagzipfile.cpp:11: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:11: error: expected primary-expression before '=' token
testquagzipfile.cpp:12: error: expected primary-expression before ',' token
testquagzipfile.cpp:13: error: expected primary-expression before ')' token
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::write()':
testquagzipfile.cpp:35: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:35: error: expected primary-expression before '=' token
testquagzipfile.cpp:38: error: expected primary-expression before ',' token
testquagzipfile.cpp:39: error: expected primary-expression before ')' token
Reported by: pkg-fallout
Diffstat (limited to 'archivers/quazip')
-rw-r--r-- | archivers/quazip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/quazip/Makefile b/archivers/quazip/Makefile index 704ae7be4fd1..a6afaac30626 100644 --- a/archivers/quazip/Makefile +++ b/archivers/quazip/Makefile @@ -12,6 +12,8 @@ COMMENT= Qt/C++ wrapper for ZIP/UNZIP package LICENSE= LGPL21 +BROKEN= Does not build + QMAKE_ARGS= PREFIX=${PREFIX} ${QMAKE_PRO} QMAKE_PRO= ${WRKSRC}/${PORTNAME}.pro |