summaryrefslogtreecommitdiff
path: root/editors/lpe/patches/patch-ai
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-15 21:02:16 +0000
committersalo <salo@pkgsrc.org>2003-05-15 21:02:16 +0000
commite36834e48c0085c9167a32e60647130fb1028082 (patch)
tree93e623628b4600c16228ddf8d5eada775194abfb /editors/lpe/patches/patch-ai
parentd7f95160ee0de50fb676e93e3b76b4f45409e0a5 (diff)
downloadpkgsrc-e36834e48c0085c9167a32e60647130fb1028082.tar.gz
Import of lpe-1.2.6: Small and efficient programmer's editor for UNIX systems.
LPE is a small, efficient programmer's editor for UNIX systems. It has grown from the result of a single night of hacking into a very capable and very versatile editor that defines it's own philosophy opf text editing. That philosophy is that awk and sed are the right tools for most advanced editing jobs, and a text editor should make simple operations easy and make text look good. Package provided by Juan RP via pkgsrc-wip with modifications by me.
Diffstat (limited to 'editors/lpe/patches/patch-ai')
-rw-r--r--editors/lpe/patches/patch-ai19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/lpe/patches/patch-ai b/editors/lpe/patches/patch-ai
new file mode 100644
index 00000000000..454975f6322
--- /dev/null
+++ b/editors/lpe/patches/patch-ai
@@ -0,0 +1,19 @@
+$NetBSD: patch-ai,v 1.1.1.1 2003/05/15 21:02:16 salo Exp $
+
+--- configure.orig 2003-05-15 14:21:40.000000000 +0200
++++ configure 2003-05-15 14:26:34.000000000 +0200
+@@ -3921,12 +3921,12 @@
+ done
+ if test "$lpe_LDFLAGS" != ""
+ then
+- lpe_LDFLAGS="-export-dynamic $lpe_LDFLAGS"
++ lpe_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS} $lpe_LDFLAGS"
+ fi
+ else
+ if test "$MODES" != ""
+ then
+- lpe_LDFLAGS="-export-dynamic"
++ lpe_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+ fi
+ fi
+