git: f09dbe43e7ae - main - audio/faust-lv2: Add -fPIC to all architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 07:11:12 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f09dbe43e7ae525260575faa6f360836084d68bb
commit f09dbe43e7ae525260575faa6f360836084d68bb
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 07:10:02 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 07:11:10 +0000
audio/faust-lv2: Add -fPIC to all architectures
because otherwise some or all architectures fail.
Reported by: fallout
---
audio/faust-lv2/Makefile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/audio/faust-lv2/Makefile b/audio/faust-lv2/Makefile
index 21940234c3b9..8a2152b2088a 100644
--- a/audio/faust-lv2/Makefile
+++ b/audio/faust-lv2/Makefile
@@ -29,11 +29,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