aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnat-glade/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gnat-glade/Makefile')
-rw-r--r--lang/gnat-glade/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/gnat-glade/Makefile b/lang/gnat-glade/Makefile
index 6f79d2d978aa..b2c96344f356 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>