git: 6d1665e830f5 - main - audio/faust-lv2: fix build on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:16 UTC 2021


The branch main has been updated by pkubaj:

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

commit 6d1665e830f5cfbda9f66cb5ac06e8da15e0095a
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:08 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:08 +0000

    audio/faust-lv2: fix build 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 9aea12e6f2eb..23c52c2b6537 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_powerpc=		-fPIC
 CFLAGS_powerpc64=	-fPIC
 CFLAGS_powerpc64le=	-fPIC
 LDFLAGS+=	-fPIC # recommended by 13i386 failure messages, it was only failing 


More information about the dev-commits-ports-main mailing list