svn commit: r502075 - head/audio/faust-lv2
Yuri Victorovich
yuri at FreeBSD.org
Sun May 19 22:49:19 UTC 2019
Author: yuri
Date: Sun May 19 22:49:18 2019
New Revision: 502075
URL: https://svnweb.freebsd.org/changeset/ports/502075
Log:
audio/faust-lv2: Attempt to fix 13i386 build by adding -fPIC as recommended by the failure message
Reported by: fallout
Modified:
head/audio/faust-lv2/Makefile
Modified: head/audio/faust-lv2/Makefile
==============================================================================
--- head/audio/faust-lv2/Makefile Sun May 19 22:33:47 2019 (r502074)
+++ head/audio/faust-lv2/Makefile Sun May 19 22:49:18 2019 (r502075)
@@ -2,7 +2,7 @@
PORTNAME= faust
DISTVERSION= 1.4.20180118
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
PKGNAMESUFFIX= -lv2
@@ -26,6 +26,8 @@ BB_PROJECT= faust-lv2
BB_COMMIT= 4dc83e28e998
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
+
+LDFLAGS+= -fPIC # recommended by 13i386 failure messages, it was only failing
OPTIONS_DEFINE_amd64= SIMD
OPTIONS_DEFINE_i386= SIMD
More information about the svn-ports-head
mailing list