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)
This commit is contained in:
Mark Linimon 2020-02-04 03:54:50 +00:00
parent fe15da891a
commit fa6e911f31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525118

View file

@ -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