freebsd-ports/games/connectfive/files/patch-glfont2.h
Simon Barner 15186d222c Add connectfive 1.0.2, place five pieces in a row on a 3d board.
PR:		86351
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2005-09-21 07:53:20 +00:00

13 lines
298 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>