SOURCES: allegro-gl-libpthread.patch (NEW) - fix libpthread check
lisu
lisu at pld-linux.org
Sun Aug 19 14:37:05 CEST 2007
Author: lisu Date: Sun Aug 19 12:37:05 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix libpthread check
---- Files affected:
SOURCES:
allegro-gl-libpthread.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/allegro-gl-libpthread.patch
diff -u /dev/null SOURCES/allegro-gl-libpthread.patch:1.1
--- /dev/null Sun Aug 19 14:37:05 2007
+++ SOURCES/allegro-gl-libpthread.patch Sun Aug 19 14:37:00 2007
@@ -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
================================================================
More information about the pld-cvs-commit
mailing list