diff options
author | reg <reg@FreeBSD.org> | 2001-02-05 16:21:54 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2001-02-05 16:21:54 +0800 |
commit | 3a7e790cc5396c3b28fd27a82629833b8492d569 (patch) | |
tree | fb891e8dacec986829875eb7e74e0d93288b9179 /devel/libtool | |
parent | a15e30479825a825694c52d7d35c83acc37e5462 (diff) | |
download | freebsd-ports-gnome-3a7e790cc5396c3b28fd27a82629833b8492d569.tar.gz freebsd-ports-gnome-3a7e790cc5396c3b28fd27a82629833b8492d569.tar.zst freebsd-ports-gnome-3a7e790cc5396c3b28fd27a82629833b8492d569.zip |
Install the ltdl library, so that packages can use it. If this breaks any
ports, please let me know...
Submitted by: sobomax
Reviewed by: ade
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile | 4 | ||||
-rw-r--r-- | devel/libtool/files/patch-ag | 14 | ||||
-rw-r--r-- | devel/libtool/pkg-plist | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index dfdda576a792..115e921c5bc4 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtool PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool @@ -18,8 +18,8 @@ MAINTAINER= reg@FreeBSD.org # FreeBSD support, and would require that all Ports users upgrade for no # reason. +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-ltdl-install CONFIGURE_ENV= PREFIX=${PREFIX} .include <bsd.port.mk> diff --git a/devel/libtool/files/patch-ag b/devel/libtool/files/patch-ag new file mode 100644 index 000000000000..5fdcd1924641 --- /dev/null +++ b/devel/libtool/files/patch-ag @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libltdl/configure 2001/01/31 10:58:38 1.1 ++++ libltdl/configure 2001/01/31 10:59:14 +@@ -1455,7 +1455,7 @@ + esac + + # Check for any special flags to pass to ltconfig. +-libtool_flags="--cache-file=$cache_file" ++libtool_flags="--cache-file=$cache_file --disable-ltlibs" + test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" + test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" + test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" diff --git a/devel/libtool/pkg-plist b/devel/libtool/pkg-plist index 7497d741d3e5..f057cdf134b2 100644 --- a/devel/libtool/pkg-plist +++ b/devel/libtool/pkg-plist @@ -1,8 +1,12 @@ bin/libtool bin/libtoolize +include/ltdl.h @unexec install-info --delete %D/info/libtool.info %D/info/dir info/libtool.info @exec install-info %D/info/libtool.info %D/info/dir +lib/libltdl.a +lib/libltdl.so +lib/libltdl.so.1 share/aclocal/libtool.m4 share/libtool/config.guess share/libtool/config.sub |