aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-28 07:10:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-28 07:12:20 +0000
commit7f56767a88e5bdd6f2550aa45b60cad04842e705 (patch)
tree5a196c956c2c3b7a333997663fa25f171efad85f
parentab3ee569d9de5b92cf79e8edc12ac74246f5860c (diff)
downloadports-7f56767a88e5bdd6f2550aa45b60cad04842e705.tar.gz
ports-7f56767a88e5bdd6f2550aa45b60cad04842e705.zip
audio/faust-lv2: Add -fPIC to all architectures
because otherwise some or all architectures fail. Reported by: fallout (cherry picked from commit f09dbe43e7ae525260575faa6f360836084d68bb)
-rw-r--r--audio/faust-lv2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/faust-lv2/Makefile b/audio/faust-lv2/Makefile
index 9a9c06a53721..675d044f4518 100644
--- a/audio/faust-lv2/Makefile
+++ b/audio/faust-lv2/Makefile
@@ -28,11 +28,7 @@ BB_COMMIT= 4dc83e28e998
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
-CFLAGS_armv7= -fPIC
-CFLAGS_powerpc= -fPIC
-CFLAGS_powerpc64= -fPIC
-CFLAGS_powerpc64le= -fPIC
-LDFLAGS+= -fPIC # recommended by 13i386 failure messages, it was only failing
+CFLAGS+= -fPIC
OPTIONS_DEFINE_amd64= SIMD
OPTIONS_DEFINE_i386= SIMD