diff options
Diffstat (limited to 'graphics/graphviz/patches/patch-ay')
-rw-r--r-- | graphics/graphviz/patches/patch-ay | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/graphviz/patches/patch-ay b/graphics/graphviz/patches/patch-ay deleted file mode 100644 index beae245d2af..00000000000 --- a/graphics/graphviz/patches/patch-ay +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ay,v 1.5 2003/03/03 11:35:01 seb Exp $ - ---- tclpathplan/demo/pathplan_data/Makefile.in.orig 2003-03-02 20:12:23.000000000 +0000 -+++ tclpathplan/demo/pathplan_data/Makefile.in -@@ -210,7 +210,7 @@ EXAMPLES = boxes.dat dpd.dat funny.dat m - obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat - - --pathplanexampledir = $(datadir)/@PACKAGE@/demo/pathplan_data -+pathplanexampledir = $(prefix)/share/examples/@PACKAGE@/pathplan_data - - pathplanexample_DATA = $(EXAMPLES) - EXTRA_DIST = $(EXAMPLES) CVS/* -@@ -218,6 +218,7 @@ subdir = tclpathplan/demo/pathplan_data - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = -+depcomp = - DIST_SOURCES = - DATA = $(pathplanexample_DATA) - -@@ -236,7 +237,7 @@ distclean-libtool: - -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) --foreign --ignore-deps tclpathplan/demo/pathplan_data/Makefile - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ |