diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 01:25:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 01:25:58 +0800 |
commit | 9ab04f25acbbc15614ac7d9a061abeafea384db3 (patch) | |
tree | ebe29000a8ddae1e634ba407ae606756ed3054c3 | |
parent | 7ed8ed2f3de5e017e76592ac14074706d22c71bc (diff) | |
download | freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.tar.gz freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.tar.zst freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.zip |
BROKEN on 7.0: Broken objformat handling
-rw-r--r-- | graphics/libvisual-plugins/Makefile | 4 | ||||
-rw-r--r-- | print/scribus-devel/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/graphics/libvisual-plugins/Makefile b/graphics/libvisual-plugins/Makefile index 3dbcf8b6aba8..bbc3b1a7fce7 100644 --- a/graphics/libvisual-plugins/Makefile +++ b/graphics/libvisual-plugins/Makefile @@ -27,6 +27,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Broken objformat handling +.endif + .if ${X_WINDOW_SYSTEM} == "xfree86-4" BUILD_DEPENDS= mkdirhier:${PORTSDIR}/devel/imake-4 .elif ${X_WINDOW_SYSTEM} == "xorg" 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 |