summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-08-02 14:34:39 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-08-02 14:34:39 +0000
commit0a0169411ebef9cb5243527805cd11a39c855abe (patch)
tree28c61fae88fd85a0917ad00c935175c3a961bca6 /lang
parentUpgrade to a version reported as safe. (diff)
Mark BROKEN on i386 6.x: does not compile.
Notes
Notes: svn path=/head/; revision=238772
Diffstat (limited to 'lang')
-rw-r--r--lang/pfe-devel/Makefile2
-rw-r--r--lang/pfe/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile
index c67c6fd8a71e..9b2e95e79ddd 100644
--- a/lang/pfe-devel/Makefile
+++ b/lang/pfe-devel/Makefile
@@ -28,7 +28,7 @@ MAN1= pfe.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" && ${OSVERSION} < 700000
-CFLAGS+= -fno-builtin-strcat -fno-builtin-strlen
+BROKEN= does not compile
.endif
post-patch:
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index c67c6fd8a71e..9b2e95e79ddd 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -28,7 +28,7 @@ MAN1= pfe.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" && ${OSVERSION} < 700000
-CFLAGS+= -fno-builtin-strcat -fno-builtin-strlen
+BROKEN= does not compile
.endif
post-patch: