diff options
Diffstat (limited to 'graphics/graphviz/patches/patch-at')
-rw-r--r-- | graphics/graphviz/patches/patch-at | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/graphviz/patches/patch-at b/graphics/graphviz/patches/patch-at new file mode 100644 index 00000000000..4ae4c13c505 --- /dev/null +++ b/graphics/graphviz/patches/patch-at @@ -0,0 +1,23 @@ +$NetBSD: patch-at,v 1.1.1.1 2002/03/05 13:37:29 seb Exp $ + +--- tclpathplan/Makefile.am.orig Thu Feb 21 23:16:54 2002 ++++ tclpathplan/Makefile.am +@@ -4,8 +4,7 @@ + + INCLUDES = @TCL_CFLAGS@ \ + -I$(top_srcdir)/tclhandle \ +- -I$(top_srcdir)/pathplan \ +- -I@TCLSH_EXEC_PREFIX@/include ++ -I$(top_srcdir)/pathplan + + LIBS = + +@@ -20,7 +19,7 @@ + libtclplan_la_LIBADD = \ + ../tclhandle/libtclhandle.la \ + ../pathplan/libpathplan.la \ +- ../tclstubs/libtclstubs.la -lm ++ ${TCL_STUB_LIB_SPEC} -lm + + all-local: pkgIndex.tcl + |