Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 03:54:50 +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: r525118 - head/audio/so-synth-lv2
Message-ID:  <202002040354.0143soD1080704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Feb  4 03:54:50 2020
New Revision: 525118
URL: https://svnweb.freebsd.org/changeset/ports/525118

Log:
  Attempt to fix the following complaint:
  
    gcc -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -Wall -O3 -ffast-math -lm `pkg-config --cflags --libs lv2` -fPIC -c so-666.c
    /bin/sh: pkg-config: not found
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/so-synth-lv2/Makefile

Modified: head/audio/so-synth-lv2/Makefile
==============================================================================
--- head/audio/so-synth-lv2/Makefile	Tue Feb  4 03:17:57 2020	(r525117)
+++ head/audio/so-synth-lv2/Makefile	Tue Feb  4 03:54:50 2020	(r525118)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
-USES=		compiler:c++11-lang gmake localbase
+USES=		compiler:c++11-lang gmake localbase pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	jeremysalwen
 GH_PROJECT=	So-synth-LV2



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