This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit e4d0b3dd9b74c2c532026d2a9f7050b880d14837
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Aug 4 20:11:08 2017 -0400

    Refresh patch use-systems-gl.
---
 debian/patches/use-systems-gl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/use-systems-gl b/debian/patches/use-systems-gl
index 1090ec0..0939389 100644
--- a/debian/patches/use-systems-gl
+++ b/debian/patches/use-systems-gl
@@ -5,8 +5,8 @@ don't try to use the local version of GL headers
 @@ -13,12 +13,7 @@
  #endif
  
- /* Provide GL header files for Windows */
--#define INCLUDE_LOCAL_HEADER !defined(HAVE_W32API)
+ /* Provide GL header files for Windows and Apple */
+-#define INCLUDE_LOCAL_HEADER defined(HAVE_W32API) || defined(__APPLE__)
 -#if INCLUDE_LOCAL_HEADER
 -#include "./include/GL/gl.h"
 -#else

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to