diff options
Diffstat (limited to 'graphics/graphviz/patches/patch-cp')
-rw-r--r-- | graphics/graphviz/patches/patch-cp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/graphviz/patches/patch-cp b/graphics/graphviz/patches/patch-cp new file mode 100644 index 00000000000..d90a05b2a0a --- /dev/null +++ b/graphics/graphviz/patches/patch-cp @@ -0,0 +1,12 @@ +$NetBSD: patch-cp,v 1.1 2004/11/29 22:11:51 seb Exp $ + +--- dotneato/fdpgen/Makefile.am.orig 2004-08-12 22:29:42.000000000 +0000 ++++ dotneato/fdpgen/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-pkgconfigdir = $(pkglibdir)/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + + AM_CPPFLAGS = \ + -I$(top_srcdir) \ |