Date: Sun, 19 May 2019 22:49:18 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502075 - head/audio/faust-lv2 Message-ID: <201905192249.x4JMnIZg062946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905192249.x4JMnIZg062946>