aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-09-18 18:38:11 +0000
committerEd Maste <emaste@FreeBSD.org>2018-09-18 18:38:11 +0000
commitadc3679c44606f3730a6f96e76c4c8fd481f6bbf (patch)
treecca81cacbf9caa1bb72c5a8a863efbee9aeeab17 /audio
parent6d0ef9150dcc2858c5609a910ea3ac49c83248aa (diff)
downloadports-adc3679c44606f3730a6f96e76c4c8fd481f6bbf.tar.gz
ports-adc3679c44606f3730a6f96e76c4c8fd481f6bbf.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/boodler/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile
index c3f92a7b8909..3b94a7d19c91 100644
--- a/audio/boodler/Makefile
+++ b/audio/boodler/Makefile
@@ -14,8 +14,6 @@ COMMENT= Programmable soundscape tool
LICENSE= LGPL20 # Main program only, sounds have various copyrights
LICENSE_FILE= ${WRKSRC}/LGPL
-BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: _Py_NoneStruct in readonly segment
-
RESTRICTED= Not for commercial use
RESTRICTED_FILES= boodler-snd-021902.tar.gz
@@ -47,9 +45,7 @@ OSS_CONFIGURE_ON= --driver oss
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --PIC
-.endif
post-patch:
${REINPLACE_CMD} -e "s|python|${PYTHON_CMD}|" \