diff options
author | grant <grant@pkgsrc.org> | 2004-07-14 10:47:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-14 10:47:57 +0000 |
commit | e35a9814b32e9c8734bc04cdb7d3e791974d7b2c (patch) | |
tree | d4526975b443492a07b5d7d891cb4925ea7cc107 /audio | |
parent | 7ddf34cc2ec3dc4a2d923d154d926f2260722ea6 (diff) | |
download | pkgsrc-e35a9814b32e9c8734bc04cdb7d3e791974d7b2c.tar.gz |
correction - panel.h isn't needed, so patch it out of existance and
drop the added INCOMPAT_NCURSES patterns.
fixes build with NetBSD libcurses again.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ncmpc/Makefile | 4 | ||||
-rw-r--r-- | audio/ncmpc/distinfo | 3 | ||||
-rw-r--r-- | audio/ncmpc/patches/patch-aa | 14 |
3 files changed, 18 insertions, 3 deletions
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index 87e048d7d38..9be6438ef0c 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/07/14 10:33:33 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/14 10:47:57 grant Exp $ DISTNAME= ncmpc-0.11.0 CATEGORIES= audio @@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* -INCOMPAT_CURSES+= NetBSD-1.6.*-* NetBSD-1.6_*-* NetBSD-2*-* +INCOMPAT_CURSES+= NetBSD-1.6.*-* NetBSD-1.6_*-* .include "../../devel/glib2/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" diff --git a/audio/ncmpc/distinfo b/audio/ncmpc/distinfo index 62826e01e2c..222df386203 100644 --- a/audio/ncmpc/distinfo +++ b/audio/ncmpc/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/07/14 10:33:33 grant Exp $ +$NetBSD: distinfo,v 1.3 2004/07/14 10:47:57 grant Exp $ SHA1 (ncmpc-0.11.0.tar.gz) = 5adab98537fdcd88a2296b4ef738614be81d0e83 Size (ncmpc-0.11.0.tar.gz) = 242626 bytes +SHA1 (patch-aa) = 3288d2b41ed02791639478aec9ac30fe2ee6eef0 diff --git a/audio/ncmpc/patches/patch-aa b/audio/ncmpc/patches/patch-aa new file mode 100644 index 00000000000..5e4ea962330 --- /dev/null +++ b/audio/ncmpc/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2004/07/14 10:47:57 grant Exp $ + +--- src/screen_play.c.orig 2004-07-09 17:49:39.000000000 +1000 ++++ src/screen_play.c +@@ -23,7 +23,8 @@ + #include <string.h> + #include <glib.h> + #include <ncurses.h> +-#include <panel.h> ++/* not needed */ ++/* #include <panel.h> */ + + #include "config.h" + #include "ncmpc.h" |