diff options
Diffstat (limited to 'textproc/btparse/files/patch-Makefile.in')
-rw-r--r-- | textproc/btparse/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/btparse/files/patch-Makefile.in b/textproc/btparse/files/patch-Makefile.in new file mode 100644 index 000000000000..c160ea838b43 --- /dev/null +++ b/textproc/btparse/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Mar 19 11:21:45 2006 ++++ Makefile.in Sun Mar 19 11:22:15 2006 +@@ -139,7 +139,7 @@ + SUBDIRS = src tests progs doc + EXTRA_DIST = $(wildcard pccts/*.[ch]) btparse.pc.in + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)/../libdata/pkgconfig + pkgconfig_DATA = btparse.pc + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |