diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-08-21 18:36:24 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-08-21 18:36:24 +0000 |
commit | bd9537c63fa5a23a854763faaedd584697f3c010 (patch) | |
tree | ac4c79bb389919aa64d51631a66ac2ac763bac89 | |
parent | 2437838af5bd89fe324a132b823eb0f4c2443224 (diff) |
audio/faust-lv2: fix build on armv7
Same issue as on powerpc*.
-rw-r--r-- | audio/faust-lv2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |