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:
parent
fe15da891a
commit
fa6e911f31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525118
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue