summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-12-06 00:15:43 +0000
committerobrien <obrien@FreeBSD.org>2004-12-06 00:15:43 +0000
commitb1c00e33a64140687eb1dd9b62b9d27ad0163f5a (patch)
treee61228a599808fea770ef1e8f0adcb97f812ff3b /lang
parent071b22bb5a9af35bf69f5f832ccb13c45e1d28cd (diff)
downloadFreeBSD-ports-b1c00e33a64140687eb1dd9b62b9d27ad0163f5a.zip
FreeBSD-ports-b1c00e33a64140687eb1dd9b62b9d27ad0163f5a.tar.gz
If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE
set to something GCC 2.8 / GNAT Ada won't understand.
Diffstat (limited to 'lang')
-rw-r--r--lang/glade-gpl/Makefile7
-rw-r--r--lang/gnat-glade/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/lang/glade-gpl/Makefile b/lang/glade-gpl/Makefile
index 6f79d2d..b2c9634 100644
--- a/lang/glade-gpl/Makefile
+++ b/lang/glade-gpl/Makefile
@@ -18,6 +18,11 @@ COMMENT= GNU Ada distributed systems annex
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500039
+WITHOUT_CPU_CFLAGS= yes
+.endif
USE_AUTOMAKE_VER=14
USE_AUTOCONF_VER=213
CONFIGURE_ENV= ADA=adagcc
@@ -31,4 +36,4 @@ pre-configure:
post-install:
${STRIP_CMD} ${PREFIX}/bin/gnatdist
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/lang/gnat-glade/Makefile b/lang/gnat-glade/Makefile
index 6f79d2d..b2c9634 100644
--- a/lang/gnat-glade/Makefile
+++ b/lang/gnat-glade/Makefile
@@ -18,6 +18,11 @@ COMMENT= GNU Ada distributed systems annex
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500039
+WITHOUT_CPU_CFLAGS= yes
+.endif
USE_AUTOMAKE_VER=14
USE_AUTOCONF_VER=213
CONFIGURE_ENV= ADA=adagcc
@@ -31,4 +36,4 @@ pre-configure:
post-install:
${STRIP_CMD} ${PREFIX}/bin/gnatdist
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud