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/patches | |
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/patches')
-rw-r--r-- | audio/xmcd/patches/patch-ab | 13 |
1 files changed, 2 insertions, 11 deletions
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) |