summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-bg
diff options
context:
space:
mode:
Diffstat (limited to 'misc/root/patches/patch-bg')
-rw-r--r--misc/root/patches/patch-bg13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/root/patches/patch-bg b/misc/root/patches/patch-bg
deleted file mode 100644
index 84f139c4c9f..00000000000
--- a/misc/root/patches/patch-bg
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bg,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- graf3d/ftgl/src/FTVectoriser.cxx.orig 2010-02-25 17:26:18.000000000 +0000
-+++ graf3d/ftgl/src/FTVectoriser.cxx
-@@ -7,7 +7,7 @@
-
- #if defined(__APPLE_CC__) && __APPLE_CC__ > 4000 && __APPLE_CC__ < 5450 && !defined(__INTEL_COMPILER)
- typedef GLvoid (*GLUTesselatorFunction)(...);
--#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__)
-+#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) || defined(__NetBSD__)
- typedef GLvoid (*GLUTesselatorFunction)();
- #elif defined ( WIN32)
- typedef GLvoid (CALLBACK *GLUTesselatorFunction)( );