git: 7f56767a88e5 - 2022Q3 - audio/faust-lv2: Add -fPIC to all architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 07:12:33 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f56767a88e5bdd6f2550aa45b60cad04842e705 commit 7f56767a88e5bdd6f2550aa45b60cad04842e705 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:12:20 +0000 audio/faust-lv2: Add -fPIC to all architectures because otherwise some or all architectures fail. Reported by: fallout (cherry picked from commit f09dbe43e7ae525260575faa6f360836084d68bb) --- 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 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