summaryrefslogtreecommitdiff
path: root/sysutils/mc
diff options
context:
space:
mode:
authortron <tron>2000-10-20 17:00:23 +0000
committertron <tron>2000-10-20 17:00:23 +0000
commitdcbe7beacacee2eaa9dc8d086bdbb15cf8e2beaa (patch)
tree09775f2724bd8b09efadf80af245dafaad54ff0d /sysutils/mc
parentdb13c8a28692af551d28e24e22059164aa93a3f5 (diff)
downloadpkgsrc-dcbe7beacacee2eaa9dc8d086bdbb15cf8e2beaa.tar.gz
Defined deprecated symbol "unix" used in various sources.
Diffstat (limited to 'sysutils/mc')
-rw-r--r--sysutils/mc/Makefile.common3
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"