diff options
author | wiz <wiz> | 2004-03-08 13:26:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-08 13:26:03 +0000 |
commit | c9de96b1b5fc319be4fb14412c3e0c08fc7af3e5 (patch) | |
tree | 7b06a0d8833b3871a8ca16ce6ac31057e29cc5f0 /devel/ncurses/Makefile | |
parent | 11844d12e1c92739096a03a132fe5be6702788df (diff) | |
download | pkgsrc-c9de96b1b5fc319be4fb14412c3e0c08fc7af3e5.tar.gz |
Add two patches (that will end up in the next ncurses release) to make
this build with NetBSD make older than Dec 26 2003.
Problem was that ${FOO:$o=.lo} was not expanded as in GNU make
before that date; problem found by Thomas Dickey.
Remove USE_GNU_TOOLS+=make.
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 09b755865d1..2ac2f959960 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2004/03/04 23:51:24 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2004/03/08 13:26:03 wiz Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.4 @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --without-gpm CONFIGURE_ARGS+= --with-manpage-format=normal CONFIGURE_ARGS+= --with-manpage-tbl -USE_GNU_TOOLS+= awk make +USE_GNU_TOOLS+= awk .include "../../mk/bsd.prefs.mk" |