diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:09:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:09:44 +0800 |
commit | cfe4e8ff2a88734e3724748f640ad5297436799e (patch) | |
tree | 62f5c01102672841613128c1e7f7818f07d400d4 /sysutils | |
parent | 75d781b3c8eb06506b53f0f2a513f9b4bf63fcbe (diff) | |
download | freebsd-ports-gnome-cfe4e8ff2a88734e3724748f640ad5297436799e.tar.gz freebsd-ports-gnome-cfe4e8ff2a88734e3724748f640ad5297436799e.tar.zst freebsd-ports-gnome-cfe4e8ff2a88734e3724748f640ad5297436799e.zip |
BROKEN on 6.x: Configure fails
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xosview/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index b99f2d5d3a30..1c7f327e1da7 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -20,6 +20,12 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes MAN1= xosview.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 600000 +BROKEN= "Configure fails on FreeBSD >= 6.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's,iostream.h,iostream,' \ ${WRKSRC}/xwin.h \ @@ -43,4 +49,4 @@ post-patch: @${REINPLACE_CMD} -e 's,-O4 -pipe,,' \ ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |