aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libltdl15/Makefile2
-rw-r--r--devel/libtool15/Makefile2
-rw-r--r--devel/libtool15/files/patch-libltdl-Makefile.in14
-rw-r--r--devel/libtool15/files/patch-libltdl-configure8
4 files changed, 24 insertions, 2 deletions
diff --git a/devel/libltdl15/Makefile b/devel/libltdl15/Makefile
index ce55cd06b8e4..e3e0af6287d5 100644
--- a/devel/libltdl15/Makefile
+++ b/devel/libltdl15/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libltdl
-PORTREVISION= 1
+PORTREVISION= 2
MASTERDIR= ${.CURDIR}/../../devel/libtool15
COMMENT= System independent dlopen wrapper
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile
index c017db004f75..ab5d4c94be0a 100644
--- a/devel/libtool15/Makefile
+++ b/devel/libtool15/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= libtool
PORTVERSION= 1.5.22
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
diff --git a/devel/libtool15/files/patch-libltdl-Makefile.in b/devel/libtool15/files/patch-libltdl-Makefile.in
new file mode 100644
index 000000000000..9d7f7886a9d5
--- /dev/null
+++ b/devel/libtool15/files/patch-libltdl-Makefile.in
@@ -0,0 +1,14 @@
+--- libltdl/Makefile.in.orig Sun Dec 18 14:13:58 2005
++++ libltdl/Makefile.in Wed Feb 28 07:51:13 2007
+@@ -267,7 +267,2 @@
+
+-$(top_srcdir)/configure: $(am__configure_deps)
+- cd $(srcdir) && $(AUTOCONF)
+-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+-
+ config.h: stamp-h1
+@@ -282,3 +277,2 @@
+ $(srcdir)/config-h.in: $(am__configure_deps)
+- cd $(top_srcdir) && $(AUTOHEADER)
+ rm -f stamp-h1
diff --git a/devel/libtool15/files/patch-libltdl-configure b/devel/libtool15/files/patch-libltdl-configure
new file mode 100644
index 000000000000..121459694ac4
--- /dev/null
+++ b/devel/libtool15/files/patch-libltdl-configure
@@ -0,0 +1,8 @@
+--- libltdl/configure.orig Sun Dec 18 14:13:59 2005
++++ libltdl/configure Tue Feb 27 12:41:55 2007
+@@ -21123,2 +21123,5 @@
+ ;;
++ freebsd*)
++ libltdl_cv_sys_dlopen_deplibs=yes
++ ;;
+ gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)