mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Hook cmocka to the build
This commit is contained in:
parent
9328a17104
commit
a3b48d687a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427630
2 changed files with 3 additions and 2 deletions
|
@ -163,6 +163,7 @@
|
||||||
SUBDIR += clsync
|
SUBDIR += clsync
|
||||||
SUBDIR += cluster-glue
|
SUBDIR += cluster-glue
|
||||||
SUBDIR += cmdwatch
|
SUBDIR += cmdwatch
|
||||||
|
SUBDIR += cmocka
|
||||||
SUBDIR += cmockery2
|
SUBDIR += cmockery2
|
||||||
SUBDIR += cmogstored
|
SUBDIR += cmogstored
|
||||||
SUBDIR += cmospwd
|
SUBDIR += cmospwd
|
||||||
|
@ -1116,8 +1117,8 @@
|
||||||
SUBDIR += tren
|
SUBDIR += tren
|
||||||
SUBDIR += ts
|
SUBDIR += ts
|
||||||
SUBDIR += tss
|
SUBDIR += tss
|
||||||
SUBDIR += ttyd
|
|
||||||
SUBDIR += tty-clock
|
SUBDIR += tty-clock
|
||||||
|
SUBDIR += ttyd
|
||||||
SUBDIR += ttyload
|
SUBDIR += ttyload
|
||||||
SUBDIR += tuptime
|
SUBDIR += tuptime
|
||||||
SUBDIR += tw_cli
|
SUBDIR += tw_cli
|
||||||
|
|
|
@ -25,7 +25,7 @@ PLIST_FILES= include/cmocka.h \
|
||||||
|
|
||||||
OPTIONS_DEFINE= STATIC
|
OPTIONS_DEFINE= STATIC
|
||||||
|
|
||||||
STATIC_CMAKE_ON= -DWITH_STATIC_LIB:BOOL=ON
|
STATIC_CMAKE_BOOL= WITH_STATIC_LIB
|
||||||
STATIC_PLIST_FILES= lib/libcmocka.a
|
STATIC_PLIST_FILES= lib/libcmocka.a
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue