diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-23 01:46:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-23 01:46:50 +0800 |
commit | f1c3b3f7f297948004f3e54ded4711a2f7d73441 (patch) | |
tree | 4bba9670ed21bc759d1e80b68a1d1c88369e3d44 /devel | |
parent | b047bf48764710859d87e0f5f8be2a66ea7bb378 (diff) | |
download | freebsd-ports-gnome-f1c3b3f7f297948004f3e54ded4711a2f7d73441.tar.gz freebsd-ports-gnome-f1c3b3f7f297948004f3e54ded4711a2f7d73441.tar.zst freebsd-ports-gnome-f1c3b3f7f297948004f3e54ded4711a2f7d73441.zip |
- Do not install useless .la file
PR: 45928
Submitted by: Ports Fury
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lwp/Makefile | 6 | ||||
-rw-r--r-- | devel/lwp/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/lwp/pkg-plist | 1 |
3 files changed, 14 insertions, 3 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 837daa9c85d2..d3115be6d2cf 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -7,13 +7,15 @@ PORTNAME= lwp PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/lwp/files/patch-configure b/devel/lwp/files/patch-configure new file mode 100644 index 000000000000..4b50e9c180b7 --- /dev/null +++ b/devel/lwp/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Oct 11 06:14:08 2001 ++++ configure Sun Dec 1 08:37:18 2002 +@@ -6872,6 +6872,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/lwp/pkg-plist b/devel/lwp/pkg-plist index 9b1f3d457d0a..2a8a41b6ac58 100644 --- a/devel/lwp/pkg-plist +++ b/devel/lwp/pkg-plist @@ -2,7 +2,6 @@ include/lwp/lock.h include/lwp/lwp.h include/lwp/timer.h lib/liblwp.a -lib/liblwp.la lib/liblwp.so lib/liblwp.so.2 @dirrm include/lwp |