diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tinyxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index d1a700869d9e..2ae12b9ca9f1 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -13,7 +13,7 @@ LICENSE= ZLIB OPTIONS_DEFINE= EXAMPLES -CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON +CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=OFF USE_LDCONFIG= yes USES= cmake dos2unix pathfix |