From 700641b8c05daa72cd29128eedbfa3d44d4f55a3 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 27 Jul 2016 21:56:00 +0000 Subject: [PATCH] libtasn1: bump version. * disable gcc warnings for gcc2. * remove libtool file. --- .../libtasn1/{libtasn1-4.8.recipe => libtasn1-4.9.recipe} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename dev-libs/libtasn1/{libtasn1-4.8.recipe => libtasn1-4.9.recipe} (91%) diff --git a/dev-libs/libtasn1/libtasn1-4.8.recipe b/dev-libs/libtasn1/libtasn1-4.9.recipe similarity index 91% rename from dev-libs/libtasn1/libtasn1-4.8.recipe rename to dev-libs/libtasn1/libtasn1-4.9.recipe index 37a705a37..63367bf25 100644 --- a/dev-libs/libtasn1/libtasn1-4.8.recipe +++ b/dev-libs/libtasn1/libtasn1-4.9.recipe @@ -12,7 +12,7 @@ COPYRIGHT=" LICENSE="GNU LGPL v2.1 GNU GPL v3" SOURCE_URI="http://ftp.gnu.org/gnu/libtasn1/libtasn1-$portVersion.tar.gz" -CHECKSUM_SHA256="fa802fc94d79baa00e7397cedf29eb6827d4bd8b4dd77b577373577c93a8c513" +CHECKSUM_SHA256="4f6f7a8fd691ac2b8307c8ca365bad711db607d4ad5966f6938a9d2ecd65c920" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -45,7 +45,7 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -fi - runConfigure ./configure + runConfigure ./configure --disable-gcc-warnings make $jobArgs } @@ -53,6 +53,8 @@ INSTALL() { make install + rm $libDir/libtasn1.la + prepareInstalledDevelLibs libtasn1 fixPkgconfig