r36546 - in /trunk/libopengl-perl/debian: changelog patches/no-display-build patches/series patches/use-system-headers patches/use-systems-gl
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Thu May 28 03:48:43 UTC 2009
Author: ryan52-guest
Date: Thu May 28 03:48:38 2009
New Revision: 36546
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36546
Log:
uncommitted changes
Added:
trunk/libopengl-perl/debian/patches/use-systems-gl
Removed:
trunk/libopengl-perl/debian/patches/no-display-build
trunk/libopengl-perl/debian/patches/use-system-headers
Modified:
trunk/libopengl-perl/debian/changelog
trunk/libopengl-perl/debian/patches/series
Modified: trunk/libopengl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/changelog?rev=36546&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/changelog (original)
+++ trunk/libopengl-perl/debian/changelog Thu May 28 03:48:38 2009
@@ -1,4 +1,6 @@
libopengl-perl (0.57+dfsg-1) UNRELEASED; urgency=low
+
+ hm FreeGLUT/ dir
[ gregor herrmann ]
* debian/watch: use dist-based URL.
Modified: trunk/libopengl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/patches/series?rev=36546&op=diff
==============================================================================
--- trunk/libopengl-perl/debian/patches/series (original)
+++ trunk/libopengl-perl/debian/patches/series Thu May 28 03:48:38 2009
@@ -1,3 +1,2 @@
-use-system-headers
examples-perl-path
-no-display-build
+use-systems-gl
Added: trunk/libopengl-perl/debian/patches/use-systems-gl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libopengl-perl/debian/patches/use-systems-gl?rev=36546&op=file
==============================================================================
--- trunk/libopengl-perl/debian/patches/use-systems-gl (added)
+++ trunk/libopengl-perl/debian/patches/use-systems-gl Thu May 28 03:48:38 2009
@@ -1,0 +1,15 @@
+--- a/gl_util.h
++++ b/gl_util.h
+@@ -16,12 +16,7 @@
+ #endif
+
+ /* Provide GL header files for Windows */
+-#define INCLUDE_LOCAL_HEADER !defined(HAVE_W32API)
+-#if INCLUDE_LOCAL_HEADER
+-#include "./include/GL/gl.h"
+-#else
+ #include <GL/gl.h>
+-#endif
+
+ /* Use version-detection if available */
+ #if defined(HAVE_VER)
More information about the Pkg-perl-cvs-commits
mailing list