svn commit: r525118 - head/audio/so-synth-lv2

Mark Linimon linimon at FreeBSD.org
Tue Feb 4 03:54:50 UTC 2020


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


More information about the svn-ports-all mailing list