summaryrefslogtreecommitdiff
path: root/print/pdflib/files/patch-libtool22
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-01-10 11:40:12 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-01-10 11:40:12 +0000
commit150631b3c33cc7789dfbef76586400628076f8a3 (patch)
tree9343b9a6b5201833843b8fcadabec784d48dc424 /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-libtool2211
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\