summaryrefslogtreecommitdiff
path: root/x11/xless/patches
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /x11/xless/patches
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'x11/xless/patches')
-rw-r--r--x11/xless/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/xless/patches/patch-aa b/x11/xless/patches/patch-aa
deleted file mode 100644
index 20ba124366b..00000000000
--- a/x11/xless/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:24 agc Exp $
-
---- Imakefile.orig Thu Jun 2 16:22:14 1994
-+++ Imakefile Fri Dec 27 18:52:23 1996
-@@ -5,7 +5,8 @@
- * -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer
- * -DTILDE_EXPANSION - perform ~ expansion on filenames
- */
-- DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION
-+ DEFINES = -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION \
-+ -DDEFEDITOR=\"/usr/bin/vi\" -DPRINTCMD=\"/usr/bin/lpr\"
-
-
- SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \