diff options
Diffstat (limited to 'libraries/jbig2dec/jbig2dec.SlackBuild')
-rw-r--r-- | libraries/jbig2dec/jbig2dec.SlackBuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/jbig2dec/jbig2dec.SlackBuild b/libraries/jbig2dec/jbig2dec.SlackBuild index e6b7b0f4661f5..36feb70d9c3e8 100644 --- a/libraries/jbig2dec/jbig2dec.SlackBuild +++ b/libraries/jbig2dec/jbig2dec.SlackBuild @@ -10,6 +10,12 @@ # licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +# 20180623 bkw: +# - upstream moved again (to github). use github url for source. +# the innards of the tarball are slightly different: none of the +# autoconf-generated stuff is there. however all the actual source +# code is identical, so I'm not updating BUILD. + # 20171222 bkw: # - update for v0.14 # - add WTFPL @@ -75,6 +81,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# 20180623 bkw: configure & friends are now absent, generate them. +./autogen.sh + +autoreconf -if + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |