aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-20 23:03:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-20 23:03:18 +0000
commit58c35ce187424b218957d941724a633dfc6f01e6 (patch)
tree50e5e76664da126de64b455194bb6a52c7725b9f /audio
parent2c82e08966bd3a259884c2cde531a2402c0b6736 (diff)
downloadports-58c35ce187424b218957d941724a633dfc6f01e6.tar.gz
ports-58c35ce187424b218957d941724a633dfc6f01e6.zip
audio/gxplugins-lv2: Fix build on 12
It requires linker to have some GNU features. Reported by: fallout
Notes
Notes: svn path=/head/; revision=482631
Diffstat (limited to 'audio')
-rw-r--r--audio/gxplugins-lv2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gxplugins-lv2/Makefile b/audio/gxplugins-lv2/Makefile
index d67ad8d60d7f..cd5a86bb72b2 100644
--- a/audio/gxplugins-lv2/Makefile
+++ b/audio/gxplugins-lv2/Makefile
@@ -4,8 +4,8 @@ PORTNAME= gxplugins
DISTVERSIONPREFIX= v
DISTVERSION= 0.5
CATEGORIES= audio
-DIST_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -lv2
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Set of LV2 plugins from the guitarix project
@@ -23,6 +23,7 @@ GH_ACCOUNT= brummer10
GH_PROJECT= GxPlugins.lv2
USE_GNOME= gtk20 glib20 gdkpixbuf2 atk cairo pango
USE_XORG= x11
+USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9
.for x in GxAxisFace.lv2:c370e75 GxBottleRocket.lv2:8d1a914 GxDOP250.lv2:574b709 GxFz1b.lv2:d204796 GxFz1s.lv2:973d6f7 \
GxGuvnor.lv2:6082bcf GxHeathkit.lv2:bb73b24 GxHotBox.lv2:db17513 GxHyperion.lv2:9b91395 GxKnightFuzz.lv2:0d9518f \