summaryrefslogtreecommitdiff
path: root/cad/gnetman
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2004-07-18 02:46:41 +0000
committerdmcmahill <dmcmahill>2004-07-18 02:46:41 +0000
commit46e2260a4fecdd2f697210d98b45821f608bc6be (patch)
treee881ecb903ad0d48c4e926de3e9fafb75713631a /cad/gnetman
parent6dfa93879604c43d91d292c3027bafb56ffcdedd (diff)
downloadpkgsrc-46e2260a4fecdd2f697210d98b45821f608bc6be.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')
-rw-r--r--cad/gnetman/distinfo6
-rw-r--r--cad/gnetman/patches/patch-ak8
-rw-r--r--cad/gnetman/patches/patch-al11
3 files changed, 20 insertions, 5 deletions
diff --git a/cad/gnetman/distinfo b/cad/gnetman/distinfo
index 36cc314f7cb..b3c35387ff3 100644
--- a/cad/gnetman/distinfo
+++ b/cad/gnetman/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2004/07/18 02:46:41 dmcmahill Exp $
SHA1 (gnetman-07May04.tar.gz) = c11628e0294e4441da7926832d67e4fc10807991
Size (gnetman-07May04.tar.gz) = 914828 bytes
@@ -12,8 +12,8 @@ SHA1 (patch-ag) = bf928baa1485c30c86b6c86adb1f6a1b1f7733c0
SHA1 (patch-ah) = 0f04d4056e1880deea051a2c383d7c2129ef7fc2
SHA1 (patch-ai) = d8750fce08003bc26deec03f063f0ffd5f1b7b06
SHA1 (patch-aj) = 54fcfbcffc19949135a36165a43786d0b85aa191
-SHA1 (patch-ak) = 5e5eea06841e90adf72ef253369db4c63ec75bb6
-SHA1 (patch-al) = c1a22d64817e16000e781031a847c9f8dbb2ea14
+SHA1 (patch-ak) = db9783c61a91a23c194cf10742343b2aa7abf4e1
+SHA1 (patch-al) = 75c877b36d1c72a23c31ddc85c749e74de30b5bd
SHA1 (patch-am) = 3259688e9c9d6476bc504e08adee1b989cdac7ea
SHA1 (patch-an) = 953b97a4cfa0abc26d550aa71479df875e7085fd
SHA1 (patch-ao) = 520f02290157412dde8a5a365210998a5e3d7996
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