Hook cmocka to the build

This commit is contained in:
Antoine Brodin 2016-12-03 17:31:40 +00:00
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

View file

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

View file

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