diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 13:34:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 13:34:39 +0000 |
commit | fbbc68177e5244761af9089858b9bf779760ed5e (patch) | |
tree | fc8f4ed2b838a623f298ab9feef956958c5f804f /devel/sysexits/Makefile | |
parent | 865be55269c0beecfcb3622732dab18b9bd94e30 (diff) | |
download | pkgsrc-fbbc68177e5244761af9089858b9bf779760ed5e.tar.gz |
Add hack for Interix: It has a bogus historic #define for EX_OK in
<unistd.h>, so preload that and undef EX_OK in the Interix case.
Bump version to 1.1.
Diffstat (limited to 'devel/sysexits/Makefile')
-rw-r--r-- | devel/sysexits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sysexits/Makefile b/devel/sysexits/Makefile index 697a6838ef7..abc55a1bd78 100644 --- a/devel/sysexits/Makefile +++ b/devel/sysexits/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/10/31 17:34:20 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/08 13:34:39 tv Exp $ # -DISTNAME= sysexits-1.0 +DISTNAME= sysexits-1.1 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |