summaryrefslogtreecommitdiff
path: root/x11/xscribble/patches/patch-ab
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
committertv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
commit5520be588b19525e37fd3beb880feb6a7d5fd702 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /x11/xscribble/patches/patch-ab
parente2af5cd01302ca875189525f76bd56c09718edd8 (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/xscribble/patches/patch-ab')
-rw-r--r--x11/xscribble/patches/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/xscribble/patches/patch-ab b/x11/xscribble/patches/patch-ab
deleted file mode 100644
index d32b05a0b1d..00000000000
--- a/x11/xscribble/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/05/23 18:31:27 danw Exp $
-
---- Imakefile.orig Mon Jun 12 18:20:11 2000
-+++ Imakefile
-@@ -9,11 +9,10 @@ LOCAL_LIBRARIES = XkbClientLibs XawClien
- SRCS = xscribble.c Scribble.c
- OBJS = xscribble.o Scribble.o
- HEADERS = ScribbleP.h Scribble.h
-- DEFINES = XkbClientDefines
-+ DEFINES = XkbClientDefines -Dunix=1
- INCLUDES = -Ilirec -Irecman
-
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
-
--ComplexProgramTarget(xscribble)
--
-+ComplexProgramTargetNoMan(xscribble)