summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-ax
blob: 23983d78daa4de4a5d519272e5471ee4875fe6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ax,v 1.1 2006/01/06 18:14:06 joerg Exp $

--- plot/plotInt.h.orig	2005-12-20 17:17:26.000000000 +0000
+++ plot/plotInt.h
@@ -27,7 +27,7 @@ int err1 = Need_to_include_utils/geometr
 #endif	_GEOMETRY
 
 /* system V machines lack vfont.h, so include the defs below. */
-#if  !defined(SYSV) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(CYGWIN)
+#if  !defined(SYSV) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(CYGWIN) && !defined(__DragonFly__)
 #include <vfont.h>
 #else
 struct header {