summaryrefslogtreecommitdiff
path: root/editors/lpe/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-15 21:34:09 +0000
committerrillig <rillig@pkgsrc.org>2006-10-15 21:34:09 +0000
commit0704f6a523179c0ad15ccb55fecf691c8e3ef043 (patch)
treebe089e639b049dd3c42bd86693976f5d625aea2e /editors/lpe/patches
parentfe9f048b15eb20a6fda5655ffed66b4bff9e08aa (diff)
downloadpkgsrc-0704f6a523179c0ad15ccb55fecf691c8e3ef043.tar.gz
Fixed "test ==".
Diffstat (limited to 'editors/lpe/patches')
-rw-r--r--editors/lpe/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/lpe/patches/patch-al b/editors/lpe/patches/patch-al
new file mode 100644
index 00000000000..c1bbb861254
--- /dev/null
+++ b/editors/lpe/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2006/10/15 21:34:09 rillig Exp $
+
+--- autogen.sh.orig 2000-07-18 19:36:05.000000000 +0200
++++ autogen.sh 2006-10-15 23:33:06.000000000 +0200
+@@ -104,7 +104,7 @@ do
+ # fi
+ fi
+ if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null &&
+- test "x$LIBTOOL" == "x"; then
++ test "x$LIBTOOL" = "x"; then
+ echo "Running libtoolize..."
+ libtoolize --force --copy
+ fi