diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /graphics/dynamechs/files/patch-dmGL__dmGL.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'graphics/dynamechs/files/patch-dmGL__dmGL.h')
-rw-r--r-- | graphics/dynamechs/files/patch-dmGL__dmGL.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/dynamechs/files/patch-dmGL__dmGL.h b/graphics/dynamechs/files/patch-dmGL__dmGL.h new file mode 100644 index 000000000000..6ca4456b07b8 --- /dev/null +++ b/graphics/dynamechs/files/patch-dmGL__dmGL.h @@ -0,0 +1,26 @@ +--- dmGL/dmGL.h.orig Sun Sep 14 21:05:00 2003 ++++ dmGL/dmGL.h Sun Sep 14 21:05:40 2003 +@@ -44,13 +44,8 @@ + // a bunch of hacks to select standard conforming iostream stuff if available + // on the platform + +-#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) + #include <iostream> + #include <iomanip> +-#else +-#include <iostream.h> +-#include <iomanip.h> +-#endif + + #include <GL/gl.h> + #include <GL/glu.h> +@@ -68,9 +63,7 @@ + #endif + + // Use the std namespace. To do this we must first guarantee that it exists. +-#if defined(__sgi) || defined(__WIN32_) || defined(WIN32) + namespace std {} + using namespace std; +-#endif + + #endif |