summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xosview/patches/patch-bc')
-rw-r--r--sysutils/xosview/patches/patch-bc17
1 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/xosview/patches/patch-bc b/sysutils/xosview/patches/patch-bc
deleted file mode 100644
index 0060c11d9cd..00000000000
--- a/sysutils/xosview/patches/patch-bc
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-bc,v 1.2 2006/02/18 10:12:24 rillig Exp $
-
-Status: applied upstream.
-
-The Solaris SunPro compiler also has a bool type, not only gcc.
-
---- general.h.orig 2003-10-09 06:35:59.000000000 +0200
-+++ general.h 2005-02-22 14:16:47.160972300 +0100
-@@ -17,7 +17,7 @@
- includes but before any local includes. It should NOT be included
- by any .h files unless there is a REALLY good reason. */
-
--#ifndef __GNUC__
-+#if !defined(__GNUC__) && !defined(__sun)
- /* Every GNU system has _G_config.h, I believe, which tells us
- whether or not the bool define exists. However, for simplicity,
- let's just redefine them all. The following lines are directly