aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-07 21:28:30 +0800
committerasami <asami@FreeBSD.org>1996-12-07 21:28:30 +0800
commitba9056cf8325e764d1a2cef41ae886526e87d8b8 (patch)
treec1758b54203da10efb96bd0ac546fcff74071093 /lang
parente9bd11146d3e5664ccaceb5ef098796cfd58aea6 (diff)
downloadfreebsd-ports-gnome-ba9056cf8325e764d1a2cef41ae886526e87d8b8.tar.gz
freebsd-ports-gnome-ba9056cf8325e764d1a2cef41ae886526e87d8b8.tar.zst
freebsd-ports-gnome-ba9056cf8325e764d1a2cef41ae886526e87d8b8.zip
Oops, real reason of BROKEN was gcc incompatibility.
Diffstat (limited to 'lang')
-rw-r--r--lang/gnat/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 34150701cf68..f5dc849acc53 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -5,7 +5,7 @@
# Date created: Sat Mar 18 02:16:45 1995
# Porter: nils@guru.ims.uni-stuttgart.de
#
-# $Id: Makefile,v 1.8 1996/11/12 02:18:23 obrien Exp $
+# $Id: Makefile,v 1.9 1996/12/07 13:03:20 asami Exp $
DISTNAME= gnat-2.03-src
PKGNAME= gnat-2.03
@@ -14,9 +14,11 @@ MASTER_SITES= ftp://cs.nyu.edu/pub/gnat/
MAINTAINER= nils@guru.ims.uni-stuttgart.de
-.if !exists(/usr/local/bin/gnatf)
-BROKEN= "requires existing gnat compiler"
-.endif
+BROKEN= "Not updated for gcc-2.7.x"
+# following three lines commented out because BROKEN is already defined
+#.if !exists(/usr/local/bin/gnatf)
+#BROKEN= "requires existing gnat compiler"
+#.endif
# You need a compiler who calls an existing gnat compiler:
# if you have one, if you have one put it here, otherwise,
# you will need to install from a package first, the Makefile