summaryrefslogtreecommitdiff
path: root/editors/joe
diff options
context:
space:
mode:
authortv <tv>2004-04-26 03:51:52 +0000
committertv <tv>2004-04-26 03:51:52 +0000
commitd5e5e770ad2f72e5643f4d0607bad9ea16bf4ed6 (patch)
tree0dc509eca5810e2b9a65d8f92cd7bf8b04f1f967 /editors/joe
parent729cf8ada2a7d28d3c8775b3c2b9e07e2c96a59b (diff)
downloadpkgsrc-d5e5e770ad2f72e5643f4d0607bad9ea16bf4ed6.tar.gz
Make build on Interix.
Diffstat (limited to 'editors/joe')
-rw-r--r--editors/joe/Makefile8
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"