diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-28 07:10:02 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-28 07:11:10 +0000 |
commit | f09dbe43e7ae525260575faa6f360836084d68bb (patch) | |
tree | 12ae1fd482ec3e7c5ef4cff5a51b92a6e30eadf9 | |
parent | e8b7dc8cf7b98c3b316eb183a746a39ab2046b97 (diff) | |
download | ports-f09dbe43e7ae525260575faa6f360836084d68bb.tar.gz ports-f09dbe43e7ae525260575faa6f360836084d68bb.zip |
audio/faust-lv2: Add -fPIC to all architectures
because otherwise some or all architectures fail.
Reported by: fallout
-rw-r--r-- | audio/faust-lv2/Makefile | 6 |
1 files changed, 1 insertions, 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 |