git: bd9537c63fa5 - main - audio/faust-lv2: fix build on armv7
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Aug 21 18:36:37 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bd9537c63fa5a23a854763faaedd584697f3c010
commit bd9537c63fa5a23a854763faaedd584697f3c010
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-08-21 18:36:24 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-08-21 18:36:24 +0000
audio/faust-lv2: fix build on armv7
Same issue as on powerpc*.
---
audio/faust-lv2/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/audio/faust-lv2/Makefile b/audio/faust-lv2/Makefile
index 23c52c2b6537..9a9c06a53721 100644
--- a/audio/faust-lv2/Makefile
+++ b/audio/faust-lv2/Makefile
@@ -28,6 +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
More information about the dev-commits-ports-all
mailing list