summaryrefslogtreecommitdiff
path: root/graphics/xanim/patches
diff options
context:
space:
mode:
authortron <tron>2001-10-12 20:39:36 +0000
committertron <tron>2001-10-12 20:39:36 +0000
commitfbff4efa89c0779488934216ce7e81305db8e51c (patch)
treef31094e02a78ea931bdd12ffce272251faa32845 /graphics/xanim/patches
parent8d857de85f8e86f402dd7eb3f520b824071ed2b8 (diff)
downloadpkgsrc-fbff4efa89c0779488934216ce7e81305db8e51c.tar.gz
Fix build problem caused by incorrect include path on systems which use
"xpkwedge".
Diffstat (limited to 'graphics/xanim/patches')
-rw-r--r--graphics/xanim/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xanim/patches/patch-ab b/graphics/xanim/patches/patch-ab
index 7227c2427e0..a14ed35e219 100644
--- a/graphics/xanim/patches/patch-ab
+++ b/graphics/xanim/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.7 1999/07/07 23:11:19 tron Exp $
+$NetBSD: patch-ab,v 1.8 2001/10/12 20:39:37 tron Exp $
--- Imakefile.orig Sun Mar 21 23:36:26 1999
+++ Imakefile Thu Jul 8 00:55:07 1999
@@ -103,7 +103,7 @@ $NetBSD: patch-ab,v 1.7 1999/07/07 23:11:19 tron Exp $
PROGRAMS = $(XANIM)
-INCLUDES = -I$(INCDIR) $(XA_INCS)
-+INCLUDES = -I$(INCDIR)/X11 $(XA_INCS)
++INCLUDES = -I$(X11_ROOT)/include/X11 $(XA_INCS)
LIBS1 = $(XA_LIBS) $(EXTENSIONLIB) $(XTOOLLIB) $(XLIB) -lm
DEPLIBS1 = $(DEPEXTENSIONLIB) $(DEPXTOOLLIB) $(DEPXLIB)