aboutsummaryrefslogtreecommitdiff
path: root/libraries/hidapi/hidapi.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-12-13 19:34:23 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:28:52 -0500
commitcd9f0715e1b25e4e2201776a51cd6d057dd6bedd (patch)
tree24fb0f1cb3e96e16f1f1fc7772ebf48c8609bd6b /libraries/hidapi/hidapi.SlackBuild
parent4e6301fc3fa929b1fefb5e1f82bcde963f26a239 (diff)
libraries/hidapi: FIx building with the newer autotools.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/hidapi/hidapi.SlackBuild')
-rw-r--r--libraries/hidapi/hidapi.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/hidapi/hidapi.SlackBuild b/libraries/hidapi/hidapi.SlackBuild
index 7d26d8d2593c..028766847ab4 100644
--- a/libraries/hidapi/hidapi.SlackBuild
+++ b/libraries/hidapi/hidapi.SlackBuild
@@ -71,6 +71,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/configure.ac.patch
+
./bootstrap
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \