autoconf264: fix build.

This version is needed to generate gcc configure files.
This commit is contained in:
Adrien Destugues
2018-10-13 20:24:12 +02:00
parent 6ad8a8a7e9
commit f9cf8e905f
2 changed files with 34 additions and 1 deletions

View File

@@ -10,10 +10,11 @@ COPYRIGHT="1992-2010 Free Software Foundation, Inc."
LICENSE="
GNU GPL v2
GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-$portVersion.tar.bz2"
CHECKSUM_SHA256="872f4cadf12e7e7c8a2414e047fdff26b517c7f1a977d72433c124d0d3acaa85"
SOURCE_DIR="autoconf-$portVersion"
PATCHES="autoconf-$portVersion.patchset"
BUILD_PACKAGE_ACTIVATION_PHASE="INSTALL"
ARCHITECTURES="x86_gcc2 x86 x86_64"