diff options
author | jlam <jlam> | 2000-06-09 07:23:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-06-09 07:23:20 +0000 |
commit | d42a1796d826a3a6b4c21637688b273e9cb6fe79 (patch) | |
tree | 2405a76740ac1ba549095f2dab9ea7a4256d0b78 /audio/esound | |
parent | 1c7b259289e62669340b2345fe087d390a4f4677 (diff) | |
download | pkgsrc-d42a1796d826a3a6b4c21637688b273e9cb6fe79.tar.gz |
USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching
configure.
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 19 | ||||
-rw-r--r-- | audio/esound/files/patch-sum | 3 | ||||
-rw-r--r-- | audio/esound/patches/patch-aa | 20 | ||||
-rw-r--r-- | audio/esound/pkg/PLIST | 3 |
4 files changed, 13 insertions, 32 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 40cd9ccd129..a84d97c3702 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:13 rh Exp $ +# $NetBSD: Makefile,v 1.15 2000/06/09 07:23:20 jlam Exp $ -DISTNAME= esound-0.2.18 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/} +DISTNAME= esound-0.2.18 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/} -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html -DEPENDS+= libaudiofile-*:../../audio/libaudiofile +DEPENDS+= libaudiofile-*:../../audio/libaudiofile -GNU_CONFIGURE= yes -USE_PKGLIBTOOL= yes +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/audio/esound/files/patch-sum b/audio/esound/files/patch-sum index e39cbc7ac13..e1eae5ef21e 100644 --- a/audio/esound/files/patch-sum +++ b/audio/esound/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.4 2000/05/30 19:20:13 drochner Exp $ +$NetBSD: patch-sum,v 1.5 2000/06/09 07:23:21 jlam Exp $ -MD5 (patch-aa) = 3e55bbe6f335839c5e8d16ccca53737d MD5 (patch-ab) = dc76edcd1c5e0a5b22e16f905a60fea5 MD5 (patch-ac) = 3fabea7de34e7a1b1c0f8241f4d50094 diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa deleted file mode 100644 index 6fbb27f9ba3..00000000000 --- a/audio/esound/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.3 1999/10/22 23:43:48 tron Exp $ - ---- configure.orig Tue Oct 5 14:49:21 1999 -+++ configure Fri Oct 22 21:29:53 1999 -@@ -1684,6 +1684,7 @@ - fi - - -+if false; then - # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" -@@ -1980,6 +1981,7 @@ - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+fi - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. diff --git a/audio/esound/pkg/PLIST b/audio/esound/pkg/PLIST index 5e776b04977..f01444dd528 100644 --- a/audio/esound/pkg/PLIST +++ b/audio/esound/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2000/05/30 19:20:13 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/06/09 07:23:25 jlam Exp $ bin/esd bin/esd-config bin/esdcat @@ -12,5 +12,6 @@ bin/esdsample etc/esd.conf include/esd.h lib/libesd.a +lib/libesd.la lib/libesd.so.2.18 share/aclocal/esd.m4 |