pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nvi-m17n DragonFly, FreeBSD and OpenBSD ship s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85cbd2a834a5
branches:  trunk
changeset: 505562:85cbd2a834a5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 04 21:22:06 2006 +0000

description:
DragonFly, FreeBSD and OpenBSD ship sys/queue.h just like nvi, so
assume they also provide a superset. This fixes conflicts in sys/select.h
on DragonFly.

diffstat:

 editors/nvi-m17n/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4c15d6d42c15 -r 85cbd2a834a5 editors/nvi-m17n/Makefile
--- a/editors/nvi-m17n/Makefile Wed Jan 04 20:58:56 2006 +0000
+++ b/editors/nvi-m17n/Makefile Wed Jan 04 21:22:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/12/19 16:09:57 taca Exp $
+# $NetBSD: Makefile,v 1.36 2006/01/04 21:22:06 joerg Exp $
 
 DISTNAME=      nvi-1.79
 PKGNAME=       nvi-m17n-1.79.20040401
@@ -53,7 +53,8 @@
 .endif
 
 post-patch:
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || \
+    ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
        ${RM} -f ${WRKSRC}/include/sys/queue.h
 .endif
 



Home | Main Index | Thread Index | Old Index