ports/compat-32 (3.6): libwebp-32: disable optional freeglut dependency for now
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 1ac238d7d3fec9f3ad2fa4d50572a609fe030236 Author: Tim Biermann <tbier@posteo.de> Date: Mon Feb 7 11:20:16 2022 +0100 libwebp-32: disable optional freeglut dependency for now diff --git a/libwebp-32/.signature b/libwebp-32/.signature index 3c90a27..de33d22 100644 --- a/libwebp-32/.signature +++ b/libwebp-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXXP6s7pwCzxl2964jeY6GN8uxqpur7OOiCXEyAAf/WQ/ywOXZgX3W/ig0/qqzGAoEvT+9HRJVUjFMyXrFXqx8gs= -SHA256 (Pkgfile) = f29da0d7b62624e7854e2afa9fa1bf125d0c9945087f49609f48d841ab9d0891 +RWSwxGo/zH7eXRxJpX4kmkDLdn90Yl9VHhkNuUXFj2j5fwD+RwkZvbQqmf0S86FrYPycB0Qf7EuQIndikf6r8L3R+7or4YgWTQg= +SHA256 (Pkgfile) = 8c7b06826f2af3720768e217ca847a6d19311f132b9a533efc127b9d79e53048 SHA256 (.footprint) = 72a6ff7f9e0c3798832e2adc7e128eed3487534c943ba47ac00a6b73f4be4564 SHA256 (libwebp-1.2.2.tar.gz) = 7656532f837af5f4cec3ff6bafe552c044dc39bf453587bd5b77450802f4aee6 diff --git a/libwebp-32/Pkgfile b/libwebp-32/Pkgfile index e524615..19fbaf6 100644 --- a/libwebp-32/Pkgfile +++ b/libwebp-32/Pkgfile @@ -27,7 +27,9 @@ exit 1 -D CMAKE_INSTALL_LIBDIR="/usr/lib32" \ -D BUILD_SHARED_LIBS=ON \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="${CFLAGS}" + -D CMAKE_C_FLAGS_RELEASE="${CFLAGS}" \ + -D WEBP_BUILD_VWEBP=OFF \ + -Wno-dev cmake --build build DESTDIR=$PKG cmake --install build
participants (1)
-
crux@crux.nu