summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allegro-gl-libpthread.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/allegro-gl-libpthread.patch b/allegro-gl-libpthread.patch
new file mode 100644
index 0000000..1e25f46
--- /dev/null
+++ b/allegro-gl-libpthread.patch
@@ -0,0 +1,15 @@
+--- alleggl/include/alleggl.h~ 2007-07-21 12:02:43.000000000 +0200
++++ alleggl/include/alleggl.h 2007-08-19 14:24:57.000000000 +0200
+@@ -72,10 +72,10 @@
+ # ifndef HAVE_LIBPTHREAD
+ # error AllegroGL requires Allegro to have pthread support enabled!
+ # endif
+-#else
++/*#else
+ # ifndef ALLEGRO_HAVE_LIBPTHREAD
+ # error AllegroGL requires Allegro to have pthread support enabled!
+-# endif
++# endif*/
+ #endif
+ #include <alleggl_config.h>
+ #endif