diff options
author | garbled <garbled@pkgsrc.org> | 1998-12-28 17:26:17 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-12-28 17:26:17 +0000 |
commit | 059a5021da67410c4c8511b338dee732062fba55 (patch) | |
tree | 92c3e1424e628b1446960b4ee0c7dfa04ee6f204 | |
parent | e8c12430be0cb353d5530792820dae4881667e12 (diff) | |
download | pkgsrc-059a5021da67410c4c8511b338dee732062fba55.tar.gz |
Convert this pkg to use pkglibtool.
-rw-r--r-- | audio/esound/Makefile | 6 | ||||
-rw-r--r-- | audio/esound/patches/patch-aa | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 985f3bd17bb..105be8b0338 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/11/04 08:01:31 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/28 17:26:17 garbled Exp $ DISTNAME= esound-0.2.4 CATEGORIES= audio @@ -10,8 +10,6 @@ HOMEPAGE= http://pw1.netcom.com/~ericmit/EsounD.html WRKSRC= ${WRKDIR}/esound GNU_CONFIGURE= yes USE_GMAKE= yes - -post-install: - ${RM} ${LOCALBASE}/lib/libesd.la +USE_LIBTOOL= yes .include "../../mk/bsd.pkg.mk" diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa new file mode 100644 index 00000000000..be3dec32d99 --- /dev/null +++ b/audio/esound/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 1998/12/28 17:26:17 garbled Exp $ +--- configure.orig Mon Dec 28 10:20:08 1998 ++++ configure Mon Dec 28 10:20:50 1998 +@@ -1198,7 +1198,7 @@ + fi + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(PREFIX)/bin/pkglibtool' + + # Check for any special flags to pass to ltconfig. + libtool_flags= |