summaryrefslogtreecommitdiff
path: root/libraries/libproxy/libproxy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libproxy/libproxy.SlackBuild')
-rw-r--r--libraries/libproxy/libproxy.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libproxy/libproxy.SlackBuild b/libraries/libproxy/libproxy.SlackBuild
index b2f4b56ac3..8e440ef3d6 100644
--- a/libraries/libproxy/libproxy.SlackBuild
+++ b/libraries/libproxy/libproxy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libproxy
-# Copyright 2009-2011 Robby Workman Northport, AL, USA
+# Copyright 2009-2012 Robby Workman Northport, AL, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libproxy
-VERSION=${VERSION:-0.4.6}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.4.7}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,9 +69,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# http://code.google.com/p/libproxy/source/detail?r=797
-# This patch brings the 4.6 (r753) code up to r797.
-patch -p0 < $CWD/4.6-r797.patch
+# 0.4.7 won't build against seamonkey's nss stuff, and the first commit in
+# svn after that release disables its use in favor of nspr and js185
+patch -p0 < $CWD/only_link_mozjs185.diff
cmake . \
-DCMAKE_C_FLAGS="$SLKCFLAGS" \