Bump revisions for x86_64 rebuild after time_t change.

* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
This commit is contained in:
Jerome Duval
2017-06-26 20:25:31 +02:00
parent 7e74ec7398
commit fc0936b040
614 changed files with 764 additions and 631 deletions

View File

@@ -9,8 +9,8 @@ HOMEPAGE="http://www.gnu.org/software/autoconf/"
SOURCE_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-$portVersion.tar.bz2"
CHECKSUM_SHA256="872f4cadf12e7e7c8a2414e047fdff26b517c7f1a977d72433c124d0d3acaa85"
SOURCE_DIR="autoconf-$portVersion"
REVISION="1"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
LICENSE="
GNU GPL v2
GNU GPL v3"
@@ -53,6 +53,7 @@ BUILD()
autoreconf
PERL="perl" M4="m4" SED="sed" \
./configure $configureDirArgs --program-suffix=-$portVersion
touch doc/*.info
make $jobArgs pkgdatadir=$dataDir/autoconf-$portVersion
}