diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:37:44 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:37:44 +0000 |
commit | 8e775bbe3ac76cb899c9b749314bd42fdf20302d (patch) | |
tree | c2f290a2bd462060addfdd5ce0894c6a53db8dd4 /emulators/qcl | |
parent | 3971644de4f32b35be9d9172ace8abbd6593c350 (diff) | |
download | ports-8e775bbe3ac76cb899c9b749314bd42fdf20302d.tar.gz ports-8e775bbe3ac76cb899c9b749314bd42fdf20302d.zip |
Notes
Diffstat (limited to 'emulators/qcl')
-rw-r--r-- | emulators/qcl/Makefile | 5 | ||||
-rw-r--r-- | emulators/qcl/files/patch-aa | 2 |
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 |