summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/libart-lgpl/Makefile
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-02-18 19:50:22 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-04-27 23:22:25 +0200
commit4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb (patch)
treec4821fd4feebc8bb562fd5b3bda7ec3556fb1a69 /freebsd/dependencies/libart-lgpl/Makefile
parent37c9371d70f9aeffc435b896e88bf20b490cfd55 (diff)
downloadtde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.tar.gz
tde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.zip
FreeBSD: Update for final release R14.0.8.r14.0.8
Switch from gmake to ninja for CMake builds. Switch several applications to CMake. Add ports for several applications. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/dependencies/libart-lgpl/Makefile')
-rw-r--r--freebsd/dependencies/libart-lgpl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/dependencies/libart-lgpl/Makefile b/freebsd/dependencies/libart-lgpl/Makefile
index 471637f45..cae077ed5 100644
--- a/freebsd/dependencies/libart-lgpl/Makefile
+++ b/freebsd/dependencies/libart-lgpl/Makefile
@@ -27,7 +27,7 @@ post-patch: tde-pathfix
do-configure: tde-cmake-prepare
${TDE_CMAKE_CONFIGURE} \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
- -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"
+ -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"