svn commit: r504507 - head/audio/guitarix-lv2
Mark Linimon
linimon at FreeBSD.org
Tue Jun 18 22:30:15 UTC 2019
Author: linimon
Date: Tue Jun 18 22:30:13 2019
New Revision: 504507
URL: https://svnweb.freebsd.org/changeset/ports/504507
Log:
Add compiler:c++11-lang to USES to unbreak build on powerpc64:
unknown FP unit 'sse'
armv6/7 are not yet tested.
Approved by: portmgr (tier-2 blanket)
Modified:
head/audio/guitarix-lv2/Makefile
Modified: head/audio/guitarix-lv2/Makefile
==============================================================================
--- head/audio/guitarix-lv2/Makefile Tue Jun 18 22:03:17 2019 (r504506)
+++ head/audio/guitarix-lv2/Makefile Tue Jun 18 22:30:13 2019 (r504507)
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to compile: unknown FP unit 'sse'
BROKEN_armv7= fails to compile: unknown FP unit 'sse'
-BROKEN_powerpc64= fails to compile: unknown FP unit 'sse'
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/fftw3.h:math/fftw3 \
@@ -39,8 +38,8 @@ LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libzita-resampler.so:audio/zita-resampler
RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf
-USES= eigen:3 gnome libarchive localbase:ldflags pkgconfig \
- python:2.7,build readline waf tar:xz
+USES= compiler:c++11-lang eigen:3 gnome libarchive localbase:ldflags \
+ pkgconfig python:2.7,build readline waf tar:xz
USE_GNOME= atkmm cairo gtk20 gtkmm24 pangomm
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
More information about the svn-ports-head
mailing list