summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/patches/patch-ay')
-rw-r--r--graphics/graphviz/patches/patch-ay37
1 files changed, 20 insertions, 17 deletions
diff --git a/graphics/graphviz/patches/patch-ay b/graphics/graphviz/patches/patch-ay
index e74629fd96f..ba427897ddc 100644
--- a/graphics/graphviz/patches/patch-ay
+++ b/graphics/graphviz/patches/patch-ay
@@ -1,14 +1,9 @@
-$NetBSD: patch-ay,v 1.1.1.1 2002/03/05 13:37:29 seb Exp $
+$NetBSD: patch-ay,v 1.2 2002/03/21 08:47:08 seb Exp $
---- tclpathplan/demo/pathplan_data/Makefile.in.orig Fri Mar 1 22:35:41 2002
+--- tclpathplan/demo/pathplan_data/Makefile.in.orig Fri Mar 8 23:12:24 2002
+++ tclpathplan/demo/pathplan_data/Makefile.in
-@@ -187,11 +187,10 @@
-
- AUTOMAKE_OPTIONS = 1.4
-
--EXAMPLES = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat \
-- obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
-+EXAMPLES = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
+@@ -199,7 +199,7 @@
+ obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
-pathplanexampledir = $(libdir)/@PACKAGE@/demo/pathplan_data
@@ -16,12 +11,20 @@ $NetBSD: patch-ay,v 1.1.1.1 2002/03/05 13:37:29 seb Exp $
pathplanexample_DATA = $(EXAMPLES)
EXTRA_DIST = $(EXAMPLES)
-@@ -205,7 +204,7 @@
-
- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+@@ -207,6 +207,7 @@
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = $(top_builddir)/gvconfig.h
+ CONFIG_CLEAN_FILES =
++depcomp =
+ DIST_SOURCES =
+ DATA = $(pathplanexample_DATA)
--TAR = gtar
-+TAR = tar
- GZIP_ENV = --best
- all: all-redirect
- .SUFFIXES:
+@@ -225,7 +226,7 @@
+ -rm -f libtool
+ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && \
+- $(AUTOMAKE) --gnu tclpathplan/demo/pathplan_data/Makefile
++ $(AUTOMAKE) --gnu --ignore-deps tclpathplan/demo/pathplan_data/Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) && \
+ CONFIG_HEADERS= CONFIG_LINKS= \