summaryrefslogtreecommitdiff
path: root/devel/libtool15/files/patch-af
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-06-17 17:12:00 +0000
committerAde Lovett <ade@FreeBSD.org>2005-06-17 17:12:00 +0000
commit06e15bfd81afc51dde07477bc5643bb26eff4021 (patch)
tree6bba46ff99e793df541b74d7bffda25bf784b2e5 /devel/libtool15/files/patch-af
parentUpdate to 0.14.5 (diff)
Update to 1.5.18
More robust -pthread hack obtained from dfports. Tested with: full build of x11/gnome2 and x11/kde3
Notes
Notes: svn path=/head/; revision=137641
Diffstat (limited to 'devel/libtool15/files/patch-af')
-rw-r--r--devel/libtool15/files/patch-af28
1 files changed, 8 insertions, 20 deletions
diff --git a/devel/libtool15/files/patch-af b/devel/libtool15/files/patch-af
index c1caa93c1e1f..3c38adffe411 100644
--- a/devel/libtool15/files/patch-af
+++ b/devel/libtool15/files/patch-af
@@ -1,6 +1,11 @@
---- libltdl/Makefile.in.orig Mon Apr 14 17:29:35 2003
-+++ libltdl/Makefile.in Fri Apr 18 20:27:46 2003
-@@ -404,9 +404,7 @@
+--- libltdl/Makefile.in.orig Mon May 16 02:34:13 2005
++++ libltdl/Makefile.in Thu Jun 16 19:29:09 2005
+@@ -224,3 +224,3 @@
+ libltdlc_la_LIBADD = $(LIBADD_DL)
+-ltdldatadir = $(datadir)/libtool/libltdl
++ltdldatadir = $(datadir)/libtool15/libltdl
+ ltdldatafiles = COPYING.LIB README acinclude.m4 aclocal.m4 \
+@@ -437,9 +437,7 @@
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ echo no cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
@@ -13,20 +18,3 @@
- || exit 1; \
+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \
fi; \
-@@ -586,4 +584,4 @@
- local-install-files: $(DISTFILES)
-- -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
-- $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
-+ -rm -rf $(DESTDIR)$(datadir)/libtool15/libltdl
-+ $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool15/libltdl
- @for file in $(DISTFILES); do \
-@@ -591,6 +589,6 @@
- if test -d $$d/$$file; then \
-- cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
-+ cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool15/libltdl/$$file; \
- else \
-- test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
-- || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
-+ test -f $(DESTDIR)$(datadir)/libtool15/libltdl/$$file \
-+ || cp $$d/$$file $(DESTDIR)$(datadir)/libtool15/libltdl/$$file || :; \
- fi; \