From a743cb643611cafb569aee46040ad8c8ffb857dc Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 11 Mar 2002 16:20:00 +0000 Subject: [PATCH] don't try and run libtool finish. --- devel/pcre/patches/patch-Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/pcre/patches/patch-Makefile_in diff --git a/devel/pcre/patches/patch-Makefile_in b/devel/pcre/patches/patch-Makefile_in new file mode 100644 index 00000000000..a5255c444f8 --- /dev/null +++ b/devel/pcre/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-Makefile_in,v 1.1 2002/03/11 16:20:00 brad Exp $ +--- Makefile.in.orig Mon Mar 11 11:09:53 2002 ++++ Makefile.in Mon Mar 11 11:10:04 2002 +@@ -143,7 +143,6 @@ install: all + $(LIBTOOL) --mode=install $(INSTALL) libpcre.la $(DESTDIR)/$(LIBDIR)/libpcre.la + echo "$(LIBTOOL) --mode=install $(INSTALL) libpcreposix.la $(DESTDIR)/$(LIBDIR)/libpcreposix.la" + $(LIBTOOL) --mode=install $(INSTALL) libpcreposix.la $(DESTDIR)/$(LIBDIR)/libpcreposix.la +- $(LIBTOOL) --finish $(DESTDIR)/$(LIBDIR) + $(mkinstalldirs) $(DESTDIR)/$(INCDIR) + $(INSTALL_DATA) pcre.h $(DESTDIR)/$(INCDIR)/pcre.h + $(INSTALL_DATA) $(top_srcdir)/pcreposix.h $(DESTDIR)/$(INCDIR)/pcreposix.h