summaryrefslogtreecommitdiff
path: root/cad/gnetman/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-07-18 02:46:41 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-07-18 02:46:41 +0000
commitbdec6d24be26feaef82e83392e29ec1922e2d873 (patch)
treee881ecb903ad0d48c4e926de3e9fafb75713631a /cad/gnetman/patches
parent81bc815bbb03203d9d71d76dc6cd426210878148 (diff)
downloadpkgsrc-bdec6d24be26feaef82e83392e29ec1922e2d873.tar.gz
make sure we pick up our tcl headers and not the one shipped with
the tarball since we're linking to our tcl library and not the linux-i386 library shipped with the tarball.
Diffstat (limited to 'cad/gnetman/patches')
-rw-r--r--cad/gnetman/patches/patch-ak8
-rw-r--r--cad/gnetman/patches/patch-al11
2 files changed, 17 insertions, 2 deletions
diff --git a/cad/gnetman/patches/patch-ak b/cad/gnetman/patches/patch-ak
index e018d6a08c4..f9a271dbe86 100644
--- a/cad/gnetman/patches/patch-ak
+++ b/cad/gnetman/patches/patch-ak
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
+$NetBSD: patch-ak,v 1.2 2004/07/18 02:46:42 dmcmahill Exp $
--- src/tcl/Makefile.am.orig Wed Jan 21 15:34:14 2004
+++ src/tcl/Makefile.am
@@ -9,3 +9,9 @@ $NetBSD: patch-ak,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
+AM_CFLAGS= -DDDR_DEBUG
noinst_LIBRARIES=libtcl.a
+@@ -12,4 +12,4 @@ tclwrap.c \
+ tc.h
+
+-INCLUDES=-I$(srcdir)/../include
++INCLUDES=@TCL_CFLAGS@ -I$(srcdir)/../include
+
diff --git a/cad/gnetman/patches/patch-al b/cad/gnetman/patches/patch-al
index cb6e3eef8e5..d5c01746226 100644
--- a/cad/gnetman/patches/patch-al
+++ b/cad/gnetman/patches/patch-al
@@ -1,4 +1,4 @@
-$NetBSD: patch-al,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
+$NetBSD: patch-al,v 1.2 2004/07/18 02:46:42 dmcmahill Exp $
--- src/tcl/Makefile.in.orig Tue Apr 27 12:46:12 2004
+++ src/tcl/Makefile.in
@@ -11,3 +11,12 @@ $NetBSD: patch-al,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
noinst_LIBRARIES = libtcl.a
+@@ -91,7 +91,7 @@ tclwrap.c \
+ tc.h
+
+
+-INCLUDES = -I$(srcdir)/../include
++INCLUDES = @TCL_CFLAGS@ -I$(srcdir)/../include
+ subdir = src/tcl
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = $(top_builddir)/config.h