<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream</tt></b></td></tr>
<tr><td><tt><a href="#file1">configure</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+3</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">4cac5e474d4c -> 174fa8e137b6</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file2">configure.in</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+2</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">4cac5e474d4c -> 174fa8e137b6</td></tr>
<tr><td><tt>src/<a href="#file3">Makefile.am</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+2</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">4cac5e474d4c -> 174fa8e137b6</td></tr>
<tr class="alt" style=";" ><td><tt>   /<a href="#file4">Makefile.in</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+3</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-4</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">4cac5e474d4c -> 174fa8e137b6</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+10</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-7</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >4 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Add LIBGL_* package vars to LIBS and CPPFLAGS so subsequent checks still work
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure</b></big> <small id="info" style="color: #888888;" >4cac5e474d4c -> 174fa8e137b6</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure
+++ lxdream/configure
@@ -9543,7 +9543,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > echo "${ECHO_T}yes" >&6; }
        :
 fi
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                                   else
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                                      LIBS="$LIBS $LIBGL_LIBS";
+      CPPFLAGS="$CPPFLAGS $LIBGL_CFLAGS";
+   else
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       { echo "$as_me:$LINENO: checking for NSOpenGLGetVersion" >&5
 echo $ECHO_N "checking for NSOpenGLGetVersion... $ECHO_C" >&6; }
 if test "${ac_cv_func_NSOpenGLGetVersion+set}" = set; then
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure.in</b></big> <small id="info" style="color: #888888;" >4cac5e474d4c -> 174fa8e137b6</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure.in
+++ lxdream/configure.in
@@ -244,6 +244,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >           dnl AC_MSG_FAILURE( ["The OpenGL library (libGL.so) could not be found, but is required."])])
       dnl AC_CHECK_HEADER([GL/gl.h], [], [
           dnl AC_MSG_FAILURE( ["The OpenGL header files (eg GL/gl.h) could not be found, but are required."])])
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+      LIBS="$LIBS $LIBGL_LIBS";
+      CPPFLAGS="$CPPFLAGS $LIBGL_CFLAGS";
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >    else
       AC_CHECK_FUNC(NSOpenGLGetVersion, [
          HAVE_NSGL='yes'
</pre></div>
<hr /><a name="file3" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.am</b></big> <small id="info" style="color: #888888;" >4cac5e474d4c -> 174fa8e137b6</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.am
+++ lxdream/src/Makefile.am
@@ -6,7 +6,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -DPACKAGE_PLUGIN_DIR=\""$(pkglibdir)"\" \
        -DPACKAGE_CONF_DIR=\""$(sysconfdir)"\" \
         -Ish4 \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@ @LIB<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >GL_CFLAGS@ @LIB</span>ISOFS_CFLAGS@
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@ @LIBISOFS_CFLAGS@
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 SOEXT=@SOEXT@
 PLUGINCFLAGS = @PLUGINCFLAGS@ 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -39,7 +39,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > genmach_SOURCES = tools/genmach.c tools/genmach.h tools/mdparse.c
 genglsl_SOURCES = tools/genglsl.c
 lxdream_LINK = $(LINK) @LXDREAMLDFLAGS@
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-lxdream_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ @LIB<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >GL_LIBS@ @LIB</span>ISOFS_LIBS@ $(INTLLIBS)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+lxdream_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ @LIBISOFS_LIBS@ $(INTLLIBS)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > lxdream_SOURCES = \
         main.c version.c config.c config.h lxdream.h dream.h gui.h cpu.c cpu.h hook.h \
         gettext.h mem.c mem.h sdram.c mmio.h watch.c \
</pre></div>
<hr /><a name="file4" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>Makefile.in</b></big> <small id="info" style="color: #888888;" >4cac5e474d4c -> 174fa8e137b6</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/Makefile.in
+++ lxdream/src/Makefile.in
@@ -538,7 +538,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >      -DPACKAGE_PLUGIN_DIR=\""$(pkglibdir)"\" \
        -DPACKAGE_CONF_DIR=\""$(sysconfdir)"\" \
         -Ish4 \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@ @LIB<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >GL_CFLAGS@ @LIB</span>ISOFS_CFLAGS@
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@ @SDL_CFLAGS@ @LIBISOFS_CFLAGS@
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 EXTRA_DIST = drivers/genkeymap.pl checkver.pl drivers/dummy.c
 AM_CFLAGS = -D__EXTENSIONS__ -D_BSD_SOURCE -D_GNU_SOURCE
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -558,9 +558,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > genglsl_SOURCES = tools/genglsl.c
 lxdream_LINK = $(LINK) @LXDREAMLDFLAGS@
 lxdream_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ \
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-   @LIBGL_LIBS@ @LIBISOFS_LIBS@ $(INTLLIBS) $(am__append_18) \
-       $(am__append_20) $(am__append_22) $(am__append_24) \
-       $(am__append_26)
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+     @LIBISOFS_LIBS@ $(INTLLIBS) $(am__append_18) $(am__append_20) \
+       $(am__append_22) $(am__append_24) $(am__append_26)
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > lxdream_SOURCES = main.c version.c config.c config.h lxdream.h dream.h \
        gui.h cpu.c cpu.h hook.h gettext.h mem.c mem.h sdram.c mmio.h \
        watch.c asic.c asic.h clock.h serial.h syscall.c syscall.h \
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>