Date: Tue, 18 Jun 2019 22:30:14 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504507 - head/audio/guitarix-lv2 Message-ID: <201906182230.x5IMUEAI046875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906182230.x5IMUEAI046875>