]> git.pld-linux.org Git - packages/allegro-gl.git/commitdiff
- fix libpthread check
authorlisu <lisu@pld-linux.org>
Sun, 19 Aug 2007 12:37:00 +0000 (12:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro-gl-libpthread.patch -> 1.1

allegro-gl-libpthread.patch [new file with mode: 0644]

diff --git a/allegro-gl-libpthread.patch b/allegro-gl-libpthread.patch
new file mode 100644 (file)
index 0000000..1e25f46
--- /dev/null
@@ -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
This page took 0.070612 seconds and 4 git commands to generate.