Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 23:03: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: r482631 - head/audio/gxplugins-lv2
Message-ID:  <201810202303.w9KN3Ihu087511@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810202303.w9KN3Ihu087511>