diff options
Diffstat (limited to 'graphics/graphviz/patches/patch-cm')
-rw-r--r-- | graphics/graphviz/patches/patch-cm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/graphviz/patches/patch-cm b/graphics/graphviz/patches/patch-cm new file mode 100644 index 00000000000..058875dace3 --- /dev/null +++ b/graphics/graphviz/patches/patch-cm @@ -0,0 +1,29 @@ +$NetBSD: patch-cm,v 1.1 2004/11/29 22:11:51 seb Exp $ + +--- dotneato/common/Makefile.in.orig 2004-09-14 22:13:03.000000000 +0000 ++++ dotneato/common/Makefile.in +@@ -192,7 +192,6 @@ SOCKET_LIBS = @SOCKET_LIBS@ + SORT = @SORT@ + STRIP = @STRIP@ + TCLINT_INCLUDES = @TCLINT_INCLUDES@ +-TCLSH = @TCLSH@ + TCL_CFLAGS = @TCL_CFLAGS@ + TCL_DEFS = @TCL_DEFS@ + TCL_INCLUDES = @TCL_INCLUDES@ +@@ -218,7 +217,6 @@ TK_VERSION = @TK_VERSION@ + TK_XINCLUDES = @TK_XINCLUDES@ + TOP_DIR = @TOP_DIR@ + VERSION = @VERSION@ +-WISH = @WISH@ + WITH_MYLIBGD_FALSE = @WITH_MYLIBGD_FALSE@ + WITH_MYLIBGD_TRUE = @WITH_MYLIBGD_TRUE@ + WITH_TCL_FALSE = @WITH_TCL_FALSE@ +@@ -285,7 +283,7 @@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-pkgconfigdir = $(pkglibdir)/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/dotneato/gvrender \ |