Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2021 18:36:36 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd9537c63fa5 - main - audio/faust-lv2: fix build on armv7
Message-ID:  <202108211836.17LIaa7j061364@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd9537c63fa5a23a854763faaedd584697f3c010

commit bd9537c63fa5a23a854763faaedd584697f3c010
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-08-21 18:36:24 +0000
Commit:     Piotr Kubaj <pkubaj@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108211836.17LIaa7j061364>