1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Fixed build with clang

Approved by:	eadler, osa, rm (mentors, implicit)
This commit is contained in:
Veniamin Gvozdikov 2013-10-17 21:08:19 +00:00
parent 3cca26e766
commit 7dd0cac168
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330674

View File

@ -24,6 +24,8 @@ DOCS_DESC= Install README
PLIST_FILES= lib/liblite-malloc-shared.so \
lib/liblite-malloc-static.a
MAKE_ARGS+= CXX=${CXX}
NO_STAGE= yes
.include <bsd.port.options.mk>