From 059a5021da67410c4c8511b338dee732062fba55 Mon Sep 17 00:00:00 2001 From: garbled Date: Mon, 28 Dec 1998 17:26:17 +0000 Subject: Convert this pkg to use pkglibtool. --- audio/esound/Makefile | 6 ++---- audio/esound/patches/patch-aa | 12 ++++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 audio/esound/patches/patch-aa (limited to 'audio') 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= -- cgit v1.2.3