mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix pkg-config includedir. Reported upstream:
https://github.com/lloyd/yajl/pull/139
This commit is contained in:
parent
784c87ea8e
commit
4d3b3b848c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361480
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= lloyd
|
||||
GH_COMMIT= 66cb08c
|
||||
|
||||
CFLAGS+= -g -O0
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= cmake:outsource
|
||||
|
||||
|
@ -21,5 +23,7 @@ PLIST_SUB= VERSION=${PORTVERSION}
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,share/pkgconfig,libdata/pkgconfig,g" \
|
||||
${WRKSRC}/src/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e 's|include/yajl|include|' \
|
||||
${WRKSRC}/src/yajl.pc.cmake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue