freebsd-ports/games/connectfive/files/patch-glfont2.h
Dmitry Marakasov 3037cb61c7 - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
2013-06-18 11:46:51 +00:00

13 lines
288 B
C++

--- glfont2.h.orig Sat Dec 20 10:26:21 2003
+++ glfont2.h Wed Sep 21 09:34:38 2005
@@ -8,7 +8,9 @@
#ifndef GLFONT2_H
#define GLFONT2_H
-//#include <pair.h>
+#if defined(__GNUC__) && (__GNUC__ < 3)
+#include <pair.h>
+#endif
#include <string>
#include <GL/gl.h>
#include <GL/glu.h>