summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics
diff options
context:
space:
mode:
authortron <tron>1999-01-04 20:25:49 +0000
committertron <tron>1999-01-04 20:25:49 +0000
commit092353509a0215034cccfb1d341e75fe58ba30a1 (patch)
tree821da5925d6454bf3992f936d5a2ae5b62ccb085 /graphics/kdegraphics
parent880d655ec6480ba1817ad85b5d865ae652f67882 (diff)
downloadpkgsrc-092353509a0215034cccfb1d341e75fe58ba30a1.tar.gz
Don't check for deprecated symbol "unix".
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r--graphics/kdegraphics/patches/patch-ac15
-rw-r--r--graphics/kdegraphics/patches/patch-ad15
2 files changed, 30 insertions, 0 deletions
diff --git a/graphics/kdegraphics/patches/patch-ac b/graphics/kdegraphics/patches/patch-ac
new file mode 100644
index 00000000000..a91016e3ae3
--- /dev/null
+++ b/graphics/kdegraphics/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 1999/01/04 20:25:49 tron Exp $
+
+--- kfax/libtiffax/tiffiop.h.orig Sat Jul 5 16:41:59 1997
++++ kfax/libtiffax/tiffiop.h Mon Jan 4 19:36:12 1999
+@@ -34,6 +34,10 @@
+ * a port.h file that reflects the system capabilities.
+ * Doing this obviates all the dreck done in tiffcomp.h.
+ */
++#if defined(__NetBSD__)
++#define unix 42
++#endif
++
+ #if defined(unix) || defined(__unix)
+ #include "port.h"
+ #include "tiffconf.h"
diff --git a/graphics/kdegraphics/patches/patch-ad b/graphics/kdegraphics/patches/patch-ad
new file mode 100644
index 00000000000..9ff3f0628af
--- /dev/null
+++ b/graphics/kdegraphics/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 1999/01/04 20:25:49 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 @@
+ * in Frank Cringle's viewfax program;
+ * Copyright (C) 1990, 1995 Frank D. Cringle.
+ */
++#if defined(__NetBSD__)
++#define unix 42
++#endif
++
+ #if defined(unix) || defined(__unix)
+ #include "port.h"
+ #else