aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-22 01:25:58 +0800
committerkris <kris@FreeBSD.org>2007-04-22 01:25:58 +0800
commit9ab04f25acbbc15614ac7d9a061abeafea384db3 (patch)
treeebe29000a8ddae1e634ba407ae606756ed3054c3 /print
parent7ed8ed2f3de5e017e76592ac14074706d22c71bc (diff)
downloadfreebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.tar.gz
freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.tar.zst
freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.zip
BROKEN on 7.0: Broken objformat handling
Diffstat (limited to 'print')
-rw-r--r--print/scribus-devel/Makefile4
-rw-r--r--print/scribus/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile
index 2c6e414f68a6..08d0b11381b3 100644
--- a/print/scribus-devel/Makefile
+++ b/print/scribus-devel/Makefile
@@ -40,6 +40,10 @@ MANLANG= "" pl
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700029
+BROKEN= Broken objformat handling
+.endif
+
.if ${OSVERSION} < 500035
CXXFLAGS+= -fpermissive
.endif
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index 2c6e414f68a6..08d0b11381b3 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -40,6 +40,10 @@ MANLANG= "" pl
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700029
+BROKEN= Broken objformat handling
+.endif
+
.if ${OSVERSION} < 500035
CXXFLAGS+= -fpermissive
.endif