mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
14 lines
836 B
Plaintext
14 lines
836 B
Plaintext
$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)( );
|