aboutsummaryrefslogtreecommitdiff
path: root/audio/guitarix-lv2
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-06-21 14:49:30 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-06-21 14:49:30 +0000
commit065337fac450add5e9b50192be33f28ef32e0e9a (patch)
tree26cee8e1340dd25bf8a19a79edc474d8d4c24786 /audio/guitarix-lv2
parentc4799093f228b501e38b4b1a2231cdfeafe50798 (diff)
downloadports-065337fac450add5e9b50192be33f28ef32e0e9a.tar.gz
ports-065337fac450add5e9b50192be33f28ef32e0e9a.zip
audio/guitarix-lv2: builds fine on arm*
SSE-related error was probably a drive-by from powerpc64 but confirming is hard as I can't find package cluster logs from just a year ago. Even 0.37.1 builds fine on armv6 using current dependencies. Looking at pkg-fallout@ archive only BROKEN_aarch64 made sense: /usr/bin/ld: error: ../src/gx_head/guitarix.lds:2: ; expected, but got +SIZEOF /usr/bin/ld: error: ../src/gx_head/guitarix.lds:2: __rt_text__end = ADDR(.rt.text)+SIZEOF(.rt.text); /usr/bin/ld: error: ../src/gx_head/guitarix.lds:2: ^ c++: error: linker command failed with exit code 1 (use -v to see invocation)
Notes
Notes: svn path=/head/; revision=504801
Diffstat (limited to 'audio/guitarix-lv2')
-rw-r--r--audio/guitarix-lv2/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/guitarix-lv2/Makefile b/audio/guitarix-lv2/Makefile
index 470373ce8aac..381d6e66dede 100644
--- a/audio/guitarix-lv2/Makefile
+++ b/audio/guitarix-lv2/Makefile
@@ -14,9 +14,6 @@ COMMENT= Virtual versatile amplification for Jack and set of LV2 plugins
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_armv6= fails to compile: unknown FP unit 'sse'
-BROKEN_armv7= fails to compile: unknown FP unit 'sse'
-
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/fftw3.h:math/fftw3 \
roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \