summaryrefslogtreecommitdiff
path: root/editors/gtranslator/patches/patch-aa
diff options
context:
space:
mode:
authorjoerg <joerg>2008-01-01 15:44:55 +0000
committerjoerg <joerg>2008-01-01 15:44:55 +0000
commitd6156a8aec81928cd1e14966519ddb9707b7d457 (patch)
treef244b359fbcc306d109b193047db0131243d4361 /editors/gtranslator/patches/patch-aa
parent9ab6f71b00c8ac44eea1a5cb0ce1cda65c7a8bbf (diff)
downloadpkgsrc-d6156a8aec81928cd1e14966519ddb9707b7d457.tar.gz
Fix build with scrollkeeper-config related changes.
Diffstat (limited to 'editors/gtranslator/patches/patch-aa')
-rw-r--r--editors/gtranslator/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/gtranslator/patches/patch-aa b/editors/gtranslator/patches/patch-aa
new file mode 100644
index 00000000000..becfca9b8a2
--- /dev/null
+++ b/editors/gtranslator/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2008/01/01 15:44:55 joerg Exp $
+
+--- configure.orig 2006-11-28 00:13:09.000000000 +0000
++++ configure
+@@ -7127,7 +7127,7 @@ fi
+ if test "z$sc_present" = "zyes" ; then
+ { echo "$as_me:$LINENO: checking for scrollkeeper" >&5
+ echo $ECHO_N "checking for scrollkeeper... $ECHO_C" >&6; }
+- _VERSION=`scrollkeeper-config --version|sed -e 's/\.//g'`
++ _VERSION=`scrollkeeper-config --version|sed -e 's/\.//g' | awk '{ print $1 }'`
+ if test $_VERSION -ge 0 -o $_VERSION -ge 02; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }