diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ace+tao/Makefile | 4 | ||||
-rw-r--r-- | devel/mico/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/ace+tao/Makefile b/devel/ace+tao/Makefile index 24e7f9d48916..995397d900c6 100644 --- a/devel/ace+tao/Makefile +++ b/devel/ace+tao/Makefile @@ -51,6 +51,10 @@ PKGNAMESUFFIX?= -notao .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502125 +BROKEN= Does not build with gcc 3.4 +.endif + post-patch: @${SED} -e "s#%%CFLAGS%%#${CFLAGS}#;s#%%PREFIX%%#${PREFIX}#; \ s#%%PTHREAD_CFLAGS%%#${PTHREAD_CFLAGS}#; \ diff --git a/devel/mico/Makefile b/devel/mico/Makefile index e40016033a40..a422d7474c4b 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -110,6 +110,10 @@ MAN8= ird.8 micod.8 nsd.8 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502125 +BROKEN= Does not build with gcc 3.4 +.endif + post-extract: @${TAR} xzf ${DISTDIR}/doc-html.tar.gz -C ${WRKDIR} |