diff options
author | kris <kris@FreeBSD.org> | 2004-12-04 09:53:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-04 09:53:13 +0800 |
commit | 770e4ba6b129dd8a3be4a376d82ad3bf3a130924 (patch) | |
tree | 1f5565c89896343721a34c99a17c80aceaa5a4cd /net-p2p/xmule | |
parent | a9f3be018317f80d9b7d4068fd541f925e877a2d (diff) | |
download | freebsd-ports-gnome-770e4ba6b129dd8a3be4a376d82ad3bf3a130924.tar.gz freebsd-ports-gnome-770e4ba6b129dd8a3be4a376d82ad3bf3a130924.tar.zst freebsd-ports-gnome-770e4ba6b129dd8a3be4a376d82ad3bf3a130924.zip |
BROKEN on 4.x and on sparc64: Does not compile
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r-- | net-p2p/xmule/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile index 1db99d72c1a9..d328c0563c76 100644 --- a/net-p2p/xmule/Makefile +++ b/net-p2p/xmule/Makefile @@ -47,6 +47,12 @@ WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config FILES_ATOLL_PATCH= src/Preferences.cpp \ src/otherfunctions.cpp +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64" +BROKEN= "Does not compile on 4.x or on sparc64" +.endif + post-patch: # it works for FreeBSD as well @${REINPLACE_CMD} -E \ @@ -90,4 +96,4 @@ post-install: ${WRKSRC}/ed2k \ ${PREFIX}/bin/${PORTNAME}-ed2k-handler -.include <bsd.port.mk> +.include <bsd.port.post.mk> |