diff options
author | kris <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
commit | e03dcc8de2b12dcfa6b756704d96964648841162 (patch) | |
tree | dd6275c12fb2b0b78c7af69d627227fa3d1b0256 /audio/mixxx | |
parent | 400c9b3cdd92e4ce251df551e7bf545d370e5a18 (diff) | |
download | FreeBSD-ports-e03dcc8de2b12dcfa6b756704d96964648841162.zip FreeBSD-ports-e03dcc8de2b12dcfa6b756704d96964648841162.tar.gz |
Now builds on amd64
Approved by: portmgr (implicit)
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 8a80fb0..91a8bf8 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -47,10 +47,6 @@ IGNORE= does not compile on FreeBSD 4.x, due to lack of pselect() in libc IGNORE= does not compile on FreeBSD < 5.3, due to lack of round() in libm .endif -.if ${OSVERSION} >= 600000 && ${ARCH} == "amd64" -BROKEN= "does not build" -.endif - post-patch: @${REINPLACE_CMD} \ -e 's|/bin/bash|${LOCALBASE}&| ; \ |