summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-07 13:28:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-07 13:28:30 +0000
commita164413181e2617922deee4c85381ef75f69aee3 (patch)
tree3e2f2c0162c364369b1edd2731f6bfe885c56e15 /lang
parentAdd man, man-doc. (diff)
Oops, real reason of BROKEN was gcc incompatibility.
Notes
Notes: svn path=/head/; revision=4872
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