diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-03-08 04:39:53 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-03-08 06:59:43 +0100 |
commit | 861f54c49fa9e8d462041bcaa635d99707a822e3 (patch) | |
tree | eaa3eaa47efaacaa6490d8f7618486b5b3e619e0 /source/x | |
parent | df4750375af0e73d31baf30573fd5b8787b4e2a7 (diff) | |
download | current-861f54c49fa9e8d462041bcaa635d99707a822e3.tar.gz |
Tue Mar 8 04:39:53 UTC 202220220308043953
l/boost-1.78.0-x86_64-3.txz: Rebuilt.
This update has been patched to fix a regression:
Boost.Build silently skips installation of library headers and binaries in
some cases.
Thanks to Willy Sudiarto Raharjo.
Diffstat (limited to 'source/x')
-rwxr-xr-x | source/x/libvdpau/libvdpau.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/libvdpau/libvdpau.SlackBuild b/source/x/libvdpau/libvdpau.SlackBuild index 7ee30c09..4b15127c 100755 --- a/source/x/libvdpau/libvdpau.SlackBuild +++ b/source/x/libvdpau/libvdpau.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libvdpau VERSION=${VERSION:-$(echo libvdpau-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d- | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |