diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-07 22:07:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-07 22:07:39 +0000 |
commit | a6044aa27aafdffd141401985d75be502d1b3f56 (patch) | |
tree | 054e4d16398f3344608afc7f8e1eded5b30cb74a /sysutils/mc | |
parent | de0a3613f4313dae3e5f25e05c71e9319e3c6dd6 (diff) | |
download | pkgsrc-a6044aa27aafdffd141401985d75be502d1b3f56.tar.gz |
Removed the CPPFLAGS.NetBSD definition, as it has been fixed upstream.
Approved by wiz.
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 7cc3aac436d..537ab1aac1d 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2005/04/11 21:47:25 tv Exp $ +# $NetBSD: Makefile,v 1.54 2005/05/07 22:07:39 rillig Exp $ DISTNAME= mc-4.6.1-pre4a PKGNAME= mc-4.6.1rc4 @@ -14,7 +14,6 @@ COMMENT= User-friendly file manager and visual shell GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= YES -CPPFLAGS.NetBSD+= -D__unix__ # see options.mk for an explanation of these options PKG_OPTIONS_VAR= PKG_OPTIONS.mc |