diff options
Diffstat (limited to 'net/tapidbus/files')
-rw-r--r-- | net/tapidbus/files/patch-Makefile.am | 11 | ||||
-rw-r--r-- | net/tapidbus/files/patch-configure | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net/tapidbus/files/patch-Makefile.am b/net/tapidbus/files/patch-Makefile.am new file mode 100644 index 000000000000..3c8bff2ab4ac --- /dev/null +++ b/net/tapidbus/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig Thu Jan 12 17:32:26 2006 ++++ Makefile.am Thu Jan 12 17:33:19 2006 +@@ -9,7 +9,7 @@ + %-@TAPIDBUS_MAJORMINOR@.pc: %.pc + cp $< $@ + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = $(pcfiles) + + include aminclude.am diff --git a/net/tapidbus/files/patch-configure b/net/tapidbus/files/patch-configure new file mode 100644 index 000000000000..2fc05fca8e70 --- /dev/null +++ b/net/tapidbus/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Wed Jan 11 17:28:18 2006 ++++ configure Wed Jan 11 17:28:48 2006 +@@ -19213,7 +19213,8 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +- ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS ++ + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + |