diff options
author | shaun <shaun@FreeBSD.org> | 2006-12-27 11:44:56 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-12-27 11:44:56 +0800 |
commit | 4ac2407765b44e4c0eec3e3097dc43a23a5b6058 (patch) | |
tree | a8f5dd8e660cf98076d4eb9e27f8e057389b4d8f /sysutils | |
parent | 9e470a8071dba43f1353c57336ed1a0a8fe14d8b (diff) | |
download | freebsd-ports-gnome-4ac2407765b44e4c0eec3e3097dc43a23a5b6058.tar.gz freebsd-ports-gnome-4ac2407765b44e4c0eec3e3097dc43a23a5b6058.tar.zst freebsd-ports-gnome-4ac2407765b44e4c0eec3e3097dc43a23a5b6058.zip |
Depend on gcc 3.4, since it fails with 4.x and is unlikely to be fixed.
PR: ports/107104
Submitted by: rink (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cromwell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cromwell/Makefile b/sysutils/cromwell/Makefile index f97fd68219de..56854444ac71 100644 --- a/sysutils/cromwell/Makefile +++ b/sysutils/cromwell/Makefile @@ -20,6 +20,7 @@ MAINTAINER= rink@FreeBSD.org COMMENT= Linux (and FreeBSD :-) BIOS images for the Microsoft Xbox USE_PERL5_BUILD= yes +USE_GCC= 3.4 SUB_FILES= pkg-message |