summaryrefslogtreecommitdiffstats
path: root/a
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2013-10-27 19:20:17 +0100
committerAdrien Nader <adrien@notk.org>2013-10-27 19:20:17 +0100
commit6433c8ae76e400e0dba1be35a51accb1b7fd8e37 (patch)
treee85a892257027318046e634a1bc8467891376c01 /a
parent227990c013f6912741e2a623e7a2a30b6d915df3 (diff)
gettext: switch to version 0.18.2.1 which ships an updated gnulib.
Gnulib used "cdecl" instead of "__cdecl". Upstream fix in: http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=86725346a1b116f3c2da26c124288f5f4495bf69
Diffstat (limited to 'a')
-rwxr-xr-xa/gettext/gettext.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/a/gettext/gettext.SlackBuild b/a/gettext/gettext.SlackBuild
index 2153232..7da29bb 100755
--- a/a/gettext/gettext.SlackBuild
+++ b/a/gettext/gettext.SlackBuild
@@ -20,7 +20,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-VERSION=0.18.2.1
+VERSION=0.18.3.1
BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j6 "}
@@ -54,7 +54,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf gettext-$VERSION
-tar xvf $CWD/gettext-$VERSION.tar.xz || exit 1
+tar xvf $CWD/gettext-$VERSION.tar.gz || exit 1
cd gettext-$VERSION
chown -R root:root .
find . \