summaryrefslogtreecommitdiffstats
path: root/devel/libtool
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-06-08 08:57:34 +0000
committersobomax <sobomax@FreeBSD.org>2002-06-08 08:57:34 +0000
commit973b30b10998d6b765d9cccf5ae35cff0cc400db (patch)
tree1aab048aeb2435e0ba9563a5162f02d7022c9c4c /devel/libtool
parente4b64cca7e43f4736287bd2b3ad2f257297f3723 (diff)
downloadFreeBSD-ports-973b30b10998d6b765d9cccf5ae35cff0cc400db.zip
FreeBSD-ports-973b30b10998d6b765d9cccf5ae35cff0cc400db.tar.gz
Recognise ar(1) archives (.a) as a valid entities to link with. This fixes
many places when it is necessary to link shared object with a static library.
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile2
-rw-r--r--devel/libtool/files/patch-ac11
2 files changed, 9 insertions, 4 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index 824bcce..3dfd5cf 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libtool
PORTVERSION= 1.3.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
diff --git a/devel/libtool/files/patch-ac b/devel/libtool/files/patch-ac
index d84fdde..3a1894e 100644
--- a/devel/libtool/files/patch-ac
+++ b/devel/libtool/files/patch-ac
@@ -1,5 +1,8 @@
+
+$FreeBSD$
+
--- ltconfig.orig Tue Dec 7 23:50:48 1999
-+++ ltconfig Wed Sep 20 11:11:39 2000
++++ ltconfig Sat Jun 8 11:48:12 2002
@@ -169,7 +169,7 @@
# Constants:
PROGRAM=ltconfig
@@ -104,15 +107,17 @@
file_magic_cmd=
file_magic_test_file=
deplibs_check_method='unknown'
-@@ -1874,18 +1880,21 @@
+@@ -1873,19 +1879,22 @@
+ version_type=freebsd-$objformat
case "$version_type" in
freebsd-elf*)
- deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+- deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
- file_magic_cmd=/usr/bin/file
- file_magic_test_file=`echo /usr/lib/libc.so*`
- library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
- need_version=no
- need_lib_prefix=no
++ deplibs_check_method='file_magic (ELF [0-9][0-9]*-bit [LM]SB shared object|current ar archive)'
;;
freebsd-*)
- deplibs_check_method=unknown
OpenPOWER on IntegriCloud