diff options
author | tron <tron@pkgsrc.org> | 2000-10-20 17:00:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-10-20 17:00:23 +0000 |
commit | 48c1ada5b2bf20eaaa60c38a9a5b8999429424ce (patch) | |
tree | 09775f2724bd8b09efadf80af245dafaad54ff0d /sysutils/mc | |
parent | ae3befa186141110701b48da497ab47faddf48b1 (diff) | |
download | pkgsrc-48c1ada5b2bf20eaaa60c38a9a5b8999429424ce.tar.gz |
Defined deprecated symbol "unix" used in various sources.
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common index 08e2f289974..54312c209c1 100644 --- a/sysutils/mc/Makefile.common +++ b/sysutils/mc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2000/10/19 23:31:17 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2000/10/20 17:00:23 tron Exp $ DISTNAME= mc-4.5.51 CATEGORIES+= sysutils @@ -40,6 +40,7 @@ CONFIGURE_ENV+= LIBS="${LIBS}" LIBS+= -lm -ltermcap # -lslang LIBS+= -lintl # check for gettext is broken CPPFLAGS+= -I${LOCALBASE}/include # slang.h +CPPFLAGS+= -Dunix .include "../../mk/bsd.prefs.mk" |