ports/graphics/allegrogl/files/patch-include-alleggl.h
Kirill Ponomarev bdf202c987 Add allegrogl 0.2.0,
The library mostly provides functions to allow you to use
OpenGL alongside Allegro -- you use OpenGL for your rendering
to the screen, and Allegro for miscellaneous tasks like
gathering input, doing timers, getting cross-platform
portability, loading data, playing samples and drawing your
textures. So this library fills the same hole that things like
GLUT do.

PR:		ports/61763
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-01-23 10:02:47 +00:00

14 lines
332 B
C

--- include/alleggl.h.orig Thu Jan 22 14:12:08 2004
+++ include/alleggl.h Thu Jan 22 14:12:21 2004
@@ -48,9 +48,11 @@
#include "allegrogl/gl_ext.h"
#ifdef ALLEGRO_WITH_XWINDOWS
+/*
#ifndef HAVE_LIBPTHREAD
# error AllegroGL requires Allegro to have pthread support enabled!
#endif
+*/
#include <alleggl_config.h>
#endif