diff options
author | grant <grant@pkgsrc.org> | 2003-06-19 01:04:41 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-19 01:04:41 +0000 |
commit | 34247558f974dcff06be508bf9c2d423a163ccf7 (patch) | |
tree | 49c1566e5e2da61dec117ece1c3d1394ff49300e | |
parent | 4f20bf85637bf2f465889c342f5eaa0a9d4b89e3 (diff) | |
download | pkgsrc-34247558f974dcff06be508bf9c2d423a163ccf7.tar.gz |
Pull up revision 1.19 (requested by salo in ticket #1293):
PKGREVISION++
- use included slang library, fixes various issues with colours and character
printing (e.g., TERM=wsvt25 in color mode on wscons console or TERM=xterm in
xterm). From Pavel Arnost via PR pkg/21539.
- add patch from devel/libslang
-rw-r--r-- | sysutils/mc/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common index c61d685c556..f29234fcabe 100644 --- a/sysutils/mc/Makefile.common +++ b/sysutils/mc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2003/01/10 07:52:18 cjep Exp $ +# $NetBSD: Makefile.common,v 1.18.2.1 2003/06/19 01:04:41 grant Exp $ DISTNAME= mc-4.5.51 CATEGORIES+= sysutils @@ -20,7 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --without-included-gettext -CONFIGURE_ARGS+= --with-netrc --with-slang +CONFIGURE_ARGS+= --with-netrc --with-included-slang CONFIGURE_ARGS+= --with-samba CONFIGURE_ARGS+= --without-tk @@ -45,5 +45,4 @@ CFLAGS+= -DSunOS .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/glib/buildlink2.mk" -.include "../../devel/libslang/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |