[libopengl-perl] 02/11: Refresh patch use-systems-gl.

gregor herrmann gregoa at debian.org
Sat Aug 5 01:34:09 UTC 2017


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 <gregoa at 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



More information about the Pkg-perl-cvs-commits mailing list