diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-31 07:48:19 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-31 07:48:19 +0800 |
commit | 33e8a33c7a25cb01b27be733cdbd1014649d7a2d (patch) | |
tree | 8a1f1f2ca22f557174a8b0773ef6346e18f87cda /audio/mixxx | |
parent | c3acca01be28809af25c2bc6c6aa1150eda2e678 (diff) | |
download | freebsd-ports-gnome-33e8a33c7a25cb01b27be733cdbd1014649d7a2d.tar.gz freebsd-ports-gnome-33e8a33c7a25cb01b27be733cdbd1014649d7a2d.tar.zst freebsd-ports-gnome-33e8a33c7a25cb01b27be733cdbd1014649d7a2d.zip |
Mark as broken on amd64 >= 6.0, as it does not build there.
Reported by: pointyhat via kris
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 846efc0e6ac4..5f308203e840 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -42,6 +42,10 @@ MAKE_ENV= QTDIR="${X11BASE}" IGNORE= does not compile on FreeBSD 4.x, due to lack of pselect() in libc .endif +.if ${OSVERSION} >= 600000 && ${ARCH} == "amd64" +BROKEN= "does not build" +.endif + post-patch: @${REINPLACE_CMD} \ -e 's|/bin/bash|${LOCALBASE}&| ; \ |