diff options
Diffstat (limited to 'graphics/kdegraphics/patches/patch-ad')
-rw-r--r-- | graphics/kdegraphics/patches/patch-ad | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/kdegraphics/patches/patch-ad b/graphics/kdegraphics/patches/patch-ad index 9ff3f0628af..fb8ae237f45 100644 --- a/graphics/kdegraphics/patches/patch-ad +++ b/graphics/kdegraphics/patches/patch-ad @@ -1,12 +1,13 @@ -$NetBSD: patch-ad,v 1.1 1999/01/04 20:25:49 tron Exp $ +$NetBSD: patch-ad,v 1.2 1999/03/05 23:37:52 tron Exp $ --- kfax/libtiffax/mkg3states.c.orig Mon Oct 6 05:22:16 1997 -+++ kfax/libtiffax/mkg3states.c Mon Jan 4 21:09:01 1999 -@@ -29,6 +29,10 @@ ++++ kfax/libtiffax/mkg3states.c Fri Mar 5 23:56:07 1999 +@@ -29,6 +29,11 @@ * in Frank Cringle's viewfax program; * Copyright (C) 1990, 1995 Frank D. Cringle. */ +#if defined(__NetBSD__) ++#undef unix +#define unix 42 +#endif + |