diff options
author | tv <tv@pkgsrc.org> | 2004-04-26 03:51:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-26 03:51:52 +0000 |
commit | 976f457a1aaf081e19dc2f899da57f56f7ce8765 (patch) | |
tree | 0dc509eca5810e2b9a65d8f92cd7bf8b04f1f967 /editors | |
parent | 52cbdf36acde22ea0ca84244c29ddf00c1f4350b (diff) | |
download | pkgsrc-976f457a1aaf081e19dc2f899da57f56f7ce8765.tar.gz |
Make build on Interix.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 56b77825a20..5356626943a 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/26 03:51:52 tv Exp $ # DISTNAME= joe2.8 @@ -16,4 +16,10 @@ ALL_TARGET= joe CFLAGS+= -DTERMINFO +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Interix" +CPPFLAGS+= -Dsetpgrp=setpgid +.endif + .include "../../mk/bsd.pkg.mk" |