diff options
author | pav <pav@FreeBSD.org> | 2010-07-24 04:16:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-07-24 04:16:51 +0800 |
commit | bcf530b049dc1480406d0ec6acf6bcc0d192dd97 (patch) | |
tree | e558b117fdacbaa11308321d17b1ef23a49fdef8 /net | |
parent | d81079daeafa4ee776b4a6c21d2c69c8f7ea0f6b (diff) | |
download | freebsd-ports-gnome-bcf530b049dc1480406d0ec6acf6bcc0d192dd97.tar.gz freebsd-ports-gnome-bcf530b049dc1480406d0ec6acf6bcc0d192dd97.tar.zst freebsd-ports-gnome-bcf530b049dc1480406d0ec6acf6bcc0d192dd97.zip |
- Mark BROKEN on 6.X: does not compile
Children.cpp:1026: error: void value not ignored as it ought to be
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r-- | net/nxproxy/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nxproxy/Makefile b/net/nxproxy/Makefile index c7b3262efb32..2dd792001dc3 100644 --- a/net/nxproxy/Makefile +++ b/net/nxproxy/Makefile @@ -25,6 +25,12 @@ GNU_CONFIGURE= yes USE_XORG= ice x11 sm PLIST_FILES= bin/nxproxy +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + post-extract: ${LN} -sf ${WRKDIR}/nxcomp-${DISTVERSION:S/2/1/} ${WRKDIR}/nxcomp @@ -43,4 +49,4 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nxproxy ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |