diff options
-rw-r--r-- | devel/asis-gpl/Makefile | 7 | ||||
-rw-r--r-- | devel/asis/Makefile | 7 | ||||
-rw-r--r-- | lang/glade-gpl/Makefile | 7 | ||||
-rw-r--r-- | lang/gnat-glade/Makefile | 7 | ||||
-rw-r--r-- | textproc/xmlada/Makefile | 7 |
5 files changed, 30 insertions, 5 deletions
diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile index bc6cb3958caa..052581b1c021 100644 --- a/devel/asis-gpl/Makefile +++ b/devel/asis-gpl/Makefile @@ -20,6 +20,11 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500039 +WITHOUT_CPU_CFLAGS= yes +.endif USE_GMAKE= yes MAKEFILE= "${FILESDIR}/Makefile.bsd" MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \ @@ -46,4 +51,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/asis/Makefile b/devel/asis/Makefile index bc6cb3958caa..052581b1c021 100644 --- a/devel/asis/Makefile +++ b/devel/asis/Makefile @@ -20,6 +20,11 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500039 +WITHOUT_CPU_CFLAGS= yes +.endif USE_GMAKE= yes MAKEFILE= "${FILESDIR}/Makefile.bsd" MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \ @@ -46,4 +51,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/glade-gpl/Makefile b/lang/glade-gpl/Makefile index 6f79d2d978aa..b2c96344f356 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 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> diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index 039ba98bf25d..f4aa1324fabd 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -18,6 +18,11 @@ COMMENT= An XML parsing library for Ada 95 BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500039 +WITHOUT_CPU_CFLAGS= yes +.endif WRKSRC= ${WRKDIR}/xmlada-0.7.1 USE_GMAKE= yes GNU_CONFIGURE= yes @@ -35,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/${INFO_PATH}/xmlada.info install-info ${PREFIX}/${INFO_PATH}/xmlada.info ${PREFIX}/${INFO_PATH}/dir -.include <bsd.port.mk> +.include <bsd.port.post.mk> |