summaryrefslogtreecommitdiffstats
path: root/misc/rsnapshot/rsnapshot.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rsnapshot/rsnapshot.SlackBuild')
-rw-r--r--misc/rsnapshot/rsnapshot.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/rsnapshot/rsnapshot.SlackBuild b/misc/rsnapshot/rsnapshot.SlackBuild
index f13fe2f91e..c04388c059 100644
--- a/misc/rsnapshot/rsnapshot.SlackBuild
+++ b/misc/rsnapshot/rsnapshot.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for VDE2
+# Slackware build script for rsnapshot
# Copyright 2007-2008 Sean Donner (sean.donner@sbcglobal.net)
# All rights reserved.
@@ -24,7 +24,7 @@
PRGNAM=rsnapshot
VERSION=1.3.1
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -65,6 +65,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# Fix for the newer pod2man
+patch -p1 < $CWD/patch_pod2man.diff
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \