summaryrefslogtreecommitdiff
path: root/emulators/qcl
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qcl')
-rw-r--r--emulators/qcl/Makefile5
-rw-r--r--emulators/qcl/files/patch-aa2
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/qcl/Makefile b/emulators/qcl/Makefile
index 235d9f8faf2f..017a8af46877 100644
--- a/emulators/qcl/Makefile
+++ b/emulators/qcl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qcl
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= emulators math
MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/
EXTRACT_SUFX= .tgz
@@ -14,12 +15,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= huntting@glarp.com
COMMENT= A quantum computer simulator
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+USE_GETOPT_LONG=yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
+BROKEN= "Does not compile (bad C++ code)"
.endif
post-install:
diff --git a/emulators/qcl/files/patch-aa b/emulators/qcl/files/patch-aa
index 1910760c87cb..9b3bc17cd883 100644
--- a/emulators/qcl/files/patch-aa
+++ b/emulators/qcl/files/patch-aa
@@ -16,7 +16,7 @@
-DEBUG = -g -DQCL_DEBUG -DQC_DEBUG
-#DEBUG = -O2
-+DEBUG = -O2
++DEBUG =
# Comment out if you don't have GNU readline on your system
# explicit linking against libtermcap or libncurses may be required