pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/joe Make build on Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f95c7cabb833
branches:  trunk
changeset: 474178:f95c7cabb833
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Apr 26 03:51:52 2004 +0000

description:
Make build on Interix.

diffstat:

 editors/joe/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 894b564aeb54 -r f95c7cabb833 editors/joe/Makefile
--- a/editors/joe/Makefile      Mon Apr 26 03:51:36 2004 +0000
+++ b/editors/joe/Makefile      Mon Apr 26 03:51:52 2004 +0000
@@ -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 @@
 
 CFLAGS+=       -DTERMINFO
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Interix"
+CPPFLAGS+=     -Dsetpgrp=setpgid
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index