aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2005-10-24 01:40:08 +0800
committerjhay <jhay@FreeBSD.org>2005-10-24 01:40:08 +0800
commitaef878598f6ba7d7564e279ad4bde2641aaa679a (patch)
tree2215d85056280277477843d7f3680ea12e1fede6
parent60a19a13a5a3fe284095b2e424977e62dd526b5b (diff)
downloadfreebsd-ports-gnome-aef878598f6ba7d7564e279ad4bde2641aaa679a.tar.gz
freebsd-ports-gnome-aef878598f6ba7d7564e279ad4bde2641aaa679a.tar.zst
freebsd-ports-gnome-aef878598f6ba7d7564e279ad4bde2641aaa679a.zip
Make nqc compile on 4.x by adding USE_GCC=3.4+
Submitted by: vs Update to nqc-3.1.r4.
-rw-r--r--lang/nqc/Makefile4
-rw-r--r--lang/nqc/distinfo4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile
index 8e869b9038ca..038b1d482a29 100644
--- a/lang/nqc/Makefile
+++ b/lang/nqc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nqc
-PORTVERSION= 3.1.r2
+PORTVERSION= 3.1.r4
CATEGORIES= lang
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/
EXTRACT_SUFX= .tgz
@@ -15,7 +15,7 @@ MAINTAINER= jhay@FreeBSD.org
COMMENT= A compiler for writing programs for the Lego RCX
USE_GMAKE= yes
-CC= ${CXX}
+USE_GCC= 3.4+
MAN1= nqc.1
PLIST_FILES= bin/nqc
diff --git a/lang/nqc/distinfo b/lang/nqc/distinfo
index 28259690e83c..548dfd3f2a7f 100644
--- a/lang/nqc/distinfo
+++ b/lang/nqc/distinfo
@@ -1,2 +1,2 @@
-MD5 (nqc-3.1.r2.tgz) = b2236a455b9daa52e492bfa4bd51ff52
-SIZE (nqc-3.1.r2.tgz) = 326613
+MD5 (nqc-3.1.r4.tgz) = f7868445a25615ad82e6e63bf16aef3c
+SIZE (nqc-3.1.r4.tgz) = 334211