summaryrefslogtreecommitdiffstats
path: root/system/pax/pax.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/pax/pax.SlackBuild')
-rw-r--r--system/pax/pax.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/system/pax/pax.SlackBuild b/system/pax/pax.SlackBuild
index af3a8501d9..8a6285ffe9 100644
--- a/system/pax/pax.SlackBuild
+++ b/system/pax/pax.SlackBuild
@@ -1,4 +1,6 @@
#!/bin/sh
+# SlackBuild Script for Pax
+
# Copyright (c) 2006 Eric Hameleers <alien@sox.homeip.net>
# Distributed under the terms of the GNU General Public License, Version 2
# -----------------------------------------------------------------------------
@@ -8,7 +10,9 @@
# By: Eric Hameleers <alien@slackware.com>
# For: pax
# Changelog:
-# 3.4-2: 30/Nov/2008 by Ben Collver <bencollver@gmail.com>
+# 3.4-2: 17/Sep/2012 by Willy Sudiarto Raharjo <willysr@slackware-id.org>
+# * Fix build on Slackware 14.0
+# 3.4-1: 30/Nov/2008 by Ben Collver <bencollver@gmail.com>
# * removed logging
# * removed installwatch
# * added gpl-2.0.txt
@@ -21,7 +25,7 @@
PRGNAM=pax
VERSION=${VERSION:-3.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -68,7 +72,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -Wno-error" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \