mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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 += cluster-glue
|
||||
SUBDIR += cmdwatch
|
||||
SUBDIR += cmocka
|
||||
SUBDIR += cmockery2
|
||||
SUBDIR += cmogstored
|
||||
SUBDIR += cmospwd
|
||||
|
@ -1116,8 +1117,8 @@
|
|||
SUBDIR += tren
|
||||
SUBDIR += ts
|
||||
SUBDIR += tss
|
||||
SUBDIR += ttyd
|
||||
SUBDIR += tty-clock
|
||||
SUBDIR += ttyd
|
||||
SUBDIR += ttyload
|
||||
SUBDIR += tuptime
|
||||
SUBDIR += tw_cli
|
||||
|
|
|
@ -25,7 +25,7 @@ PLIST_FILES= include/cmocka.h \
|
|||
|
||||
OPTIONS_DEFINE= STATIC
|
||||
|
||||
STATIC_CMAKE_ON= -DWITH_STATIC_LIB:BOOL=ON
|
||||
STATIC_CMAKE_BOOL= WITH_STATIC_LIB
|
||||
STATIC_PLIST_FILES= lib/libcmocka.a
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue