summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/patches/patch-bc')
-rw-r--r--graphics/graphviz/patches/patch-bc30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/graphviz/patches/patch-bc b/graphics/graphviz/patches/patch-bc
deleted file mode 100644
index 244a43ebfd7..00000000000
--- a/graphics/graphviz/patches/patch-bc
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-bc,v 1.5 2003/03/03 11:35:02 seb Exp $
-
---- tkspline/demo/Makefile.in.orig 2003-03-02 20:12:24.000000000 +0000
-+++ tkspline/demo/Makefile.in
-@@ -206,7 +206,7 @@ install_sh = @install_sh@
-
- AUTOMAKE_OPTIONS = 1.4
-
--demodir = $(datadir)/@PACKAGE@/demo
-+demodir = $(prefix)/share/examples/@PACKAGE@
- demo_SCRIPTS = spline
- demo_DATA = spline.README
- EXTRA_DIST = $(demo_SCRIPTS) $(demo_DATA) CVS/*
-@@ -216,6 +216,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- SCRIPTS = $(demo_SCRIPTS)
-
-+depcomp =
- DIST_SOURCES =
- DATA = $(demo_DATA)
-
-@@ -234,7 +235,7 @@ distclean-libtool:
- -rm -f libtool
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && \
-- $(AUTOMAKE) --gnu tkspline/demo/Makefile
-+ $(AUTOMAKE) --foreign --ignore-deps tkspline/demo/Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && \
- CONFIG_HEADERS= CONFIG_LINKS= \