diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-02 21:10:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-02 21:10:37 +0000 |
commit | fa76f1663072b49467346e3369bfa9311065e4c5 (patch) | |
tree | fe1a0d3df33947915115e8db7b3dad610f1122b4 /audio/xmcd | |
parent | ed82dfd7201043c9d3603b606b51435096d8be39 (diff) | |
download | pkgsrc-fa76f1663072b49467346e3369bfa9311065e4c5.tar.gz |
Update to let buildlink-x11 handle more of the work of proper
configuration.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 3 | ||||
-rw-r--r-- | audio/xmcd/distinfo | 4 | ||||
-rw-r--r-- | audio/xmcd/patches/patch-ab | 13 |
3 files changed, 6 insertions, 14 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 104b9485c86..26ed07bfcac 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/07/01 21:24:25 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2001/07/02 21:10:37 jlam Exp $ # DISTNAME= xmcd-2.6 @@ -35,5 +35,6 @@ post-install: ${PREFIX}/lib/X11/xmcd/config/config.sh .include "../../devel/ncurses/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" .include "../../x11/lesstif/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/xmcd/distinfo b/audio/xmcd/distinfo index 787aa5e1938..4ceb65ad549 100644 --- a/audio/xmcd/distinfo +++ b/audio/xmcd/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2001/07/01 21:24:25 jlam Exp $ +$NetBSD: distinfo,v 1.4 2001/07/02 21:10:37 jlam Exp $ SHA1 (xmcd-2.6.tar.gz) = 486e48381d1f24a173815a9283d89e40fe73c90e Size (xmcd-2.6.tar.gz) = 553934 bytes SHA1 (patch-aa) = 868ecceae5e48a320161c21bbf4db4301fd9467e -SHA1 (patch-ab) = 0ae2d1b95d81d9fc437ceb9c2f1fe69ec4fe2735 +SHA1 (patch-ab) = 3567259b92085480c0c5ea46d3aee57c7982e65b SHA1 (patch-ac) = b0748c7be1a1f9d8f40c970b3a00414ffcc9f0b4 SHA1 (patch-ad) = d748cce51bf0efc6cf7290dd020ab05f4a76ea96 SHA1 (patch-ae) = 215f60cff3a2f42e8f7106799780d02c946bd952 diff --git a/audio/xmcd/patches/patch-ab b/audio/xmcd/patches/patch-ab index a1874de185f..6df8bcb1116 100644 --- a/audio/xmcd/patches/patch-ab +++ b/audio/xmcd/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.6 2001/07/01 21:24:26 jlam Exp $ +$NetBSD: patch-ab,v 1.7 2001/07/02 21:10:39 jlam Exp $ --- cda_d/Imakefile.orig Sat Feb 5 01:26:38 2000 +++ cda_d/Imakefile Sun Feb 13 08:20:52 2000 @@ -11,21 +11,12 @@ $NetBSD: patch-ab,v 1.6 2001/07/01 21:24:26 jlam Exp $ #else #if defined(__bsdi__) .if exists(/usr/include/ncurses.h) -@@ -90,7 +90,7 @@ - #endif /* LinuxArchitecture */ - #endif /* SunArchitecture */ - --INCLUDES=-I.. -+INCLUDES=-I.. -I${BUILDLINK_DIR}/include - - - /* @@ -109,7 +109,7 @@ .endif #else #if defined(NetBSDArchitecture) -LOCAL_LIBRARIES= -+LOCAL_LIBRARIES=-L${BUILDLINK_DIR}/lib -Wl,-R${LOCALBASE}/lib -lncurses ++LOCAL_LIBRARIES=-lncurses #else #if defined(__bsdi__) .if exists(/usr/include/ncurses.h) |