svn commit: r482631 - head/audio/gxplugins-lv2

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 20 23:03:19 UTC 2018


Author: yuri
Date: Sat Oct 20 23:03:18 2018
New Revision: 482631
URL: https://svnweb.freebsd.org/changeset/ports/482631

Log:
  audio/gxplugins-lv2: Fix build on 12
  
  It requires linker to have some GNU features.
  
  Reported by:	fallout

Modified:
  head/audio/gxplugins-lv2/Makefile

Modified: head/audio/gxplugins-lv2/Makefile
==============================================================================
--- head/audio/gxplugins-lv2/Makefile	Sat Oct 20 22:07:05 2018	(r482630)
+++ head/audio/gxplugins-lv2/Makefile	Sat Oct 20 23:03:18 2018	(r482631)
@@ -4,8 +4,8 @@ PORTNAME=	gxplugins
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5
 CATEGORIES=	audio
-DIST_SUBDIR=	${PORTNAME}
 PKGNAMESUFFIX=	-lv2
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	yuri at 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 \


More information about the svn-ports-all mailing list