mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
autoconf-archive: Upgrded to 2018.03.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
1e1bc46a85
commit
bc767c505d
2 changed files with 19 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=autoconf-archive
|
||||
VERSION=${VERSION:-2017.09.28}
|
||||
VERSION=${VERSION:-2018.03.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://gnu.uberglobalmirror.com/autoconf-archive/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c http://ftp.wayne.edu/gnu/autoconf-archive/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
@ -71,6 +71,12 @@ 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 {} \;
|
||||
|
||||
# respect --docdir properly
|
||||
# http://git.savannah.nongnu.org/cgit/autoconf-archive.git/commit/?id=ad15d52fd1e552bc3d7fcfb3d7bc6a2681f364d8
|
||||
patch -p0 < $CWD/docdir.patch
|
||||
|
||||
autoreconf -fiv
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
11
autoconf-archive/docdir.patch
Normal file
11
autoconf-archive/docdir.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.am.orig 2018-04-05 19:04:26.122231733 -0700
|
||||
+++ Makefile.am 2018-04-05 19:05:26.998830911 -0700
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
SUBDIRS = doc
|
||||
|
||||
-dist_pkgdata_DATA = AUTHORS COPYING COPYING.EXCEPTION README
|
||||
+dist_doc_DATA = AUTHORS COPYING COPYING.EXCEPTION README
|
||||
aclocaldir = $(datadir)/aclocal
|
||||
dist_aclocal_DATA = $(M4FILES)
|
||||
EXTRA_DIST = build-aux/git-version-gen build-aux/gitlog-to-changelog
|
Loading…
Reference in a new issue