summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlisu2007-08-19 12:37:00 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit10d033cf3450ac2131a105cdd94451053451b15c (patch)
tree3aff77fb045259bceef89896181685c6c0486dfd
parentf84279f53407514c4a5b74804229cd26d6f0569b (diff)
downloadallegro-gl-10d033cf3450ac2131a105cdd94451053451b15c.zip
allegro-gl-10d033cf3450ac2131a105cdd94451053451b15c.tar.gz
- fix libpthread check
Changed files: allegro-gl-libpthread.patch -> 1.1
-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