1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Make nqc compile on 4.x by adding USE_GCC=3.4+

Submitted by:	vs

Update to nqc-3.1.r4.
This commit is contained in:
John Hay 2005-10-23 17:40:08 +00:00
parent c7a517bf2d
commit c3d50bb4e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146192
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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