diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:40:12 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:40:12 +0000 |
commit | 150631b3c33cc7789dfbef76586400628076f8a3 (patch) | |
tree | 9343b9a6b5201833843b8fcadabec784d48dc424 /print/pdflib/files/patch-libtool22 | |
parent | - update to 0.12.6 (diff) |
Update to 7.0.5 release and remove unneeded libtool hacks.
Notes
Notes:
svn path=/head/; revision=288886
Diffstat (limited to 'print/pdflib/files/patch-libtool22')
-rw-r--r-- | print/pdflib/files/patch-libtool22 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/pdflib/files/patch-libtool22 b/print/pdflib/files/patch-libtool22 deleted file mode 100644 index 9c6a7b5b82e2..000000000000 --- a/print/pdflib/files/patch-libtool22 +++ /dev/null @@ -1,11 +0,0 @@ ---- config/mkmainlib.inc.in.orig 2009-07-11 20:11:59.000000000 -0500 -+++ config/mkmainlib.inc.in 2009-07-11 20:12:49.000000000 -0500 -@@ -29,7 +29,7 @@ - @-if test "$(WITH_SHARED)" = "no"; then \ - cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\ - fi -- $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir); -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir); - @-if test "$(WITH_SHARED)" = "yes"; then \ - $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\ - else\ |