pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sfml+: Push build forward



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jul 28 01:55:23 2016 +0200
Changeset:	86bec722e8a2c086211a202e0dbbb5b6e9cc55e9

Modified Files:
	sfml+/distinfo
Added Files:
	sfml+/patches/patch-include_SFML_OpenGL.hpp
	sfml+/patches/patch-include_SFML_Window_WindowHandle.hpp

Log Message:
sfml+: Push build forward

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86bec722e8a2c086211a202e0dbbb5b6e9cc55e9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sfml+/distinfo                                           |  2 ++
 sfml+/patches/patch-include_SFML_OpenGL.hpp              | 13 +++++++++++++
 sfml+/patches/patch-include_SFML_Window_WindowHandle.hpp | 13 +++++++++++++
 3 files changed, 28 insertions(+)

diffs:
diff --git a/sfml+/distinfo b/sfml+/distinfo
index c4aa55a..8e5dbfa 100644
--- a/sfml+/distinfo
+++ b/sfml+/distinfo
@@ -7,6 +7,8 @@ Size (SFML-2.3.2-sources.zip) = 22586862 bytes
 SHA1 (patch-CMakeLists.txt) = 3b78c865d707f0e5c275c343ff461b3475f63e40
 SHA1 (patch-cmake_Config.cmake) = f9544531e9cd75ec6d244d2c5d87f5ed449eb8a9
 SHA1 (patch-include_SFML_Config.hpp) = 2ef6d01309fa039804dbaa73258e6eee4cf6a5f7
+SHA1 (patch-include_SFML_OpenGL.hpp) = 1320361b147b0baf5e882772ea5bcb7643680285
+SHA1 (patch-include_SFML_Window_WindowHandle.hpp) = feb03e491f89c2b48e32956821d005f3b32d1cda
 SHA1 (patch-src_SFML_System_CMakeLists.txt) = 2cfc1f05b414105549769c7658699972c9e88f86
 SHA1 (patch-src_SFML_Window_CMakeLists.txt) = 40fdc7be081d94c19932a48efd32ad221fe1a940
 SHA1 (patch-src_SFML_Window_FreeBSD_JoystickImpl.hpp) = a4eb1a07b937d0ad7677cff53b946a8d5a6546ab
diff --git a/sfml+/patches/patch-include_SFML_OpenGL.hpp b/sfml+/patches/patch-include_SFML_OpenGL.hpp
new file mode 100644
index 0000000..02d1297
--- /dev/null
+++ b/sfml+/patches/patch-include_SFML_OpenGL.hpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- include/SFML/OpenGL.hpp.orig	2015-08-24 16:01:06.000000000 +0000
++++ include/SFML/OpenGL.hpp
+@@ -45,7 +45,7 @@
+ 
+     #include <GL/gl.h>
+ 
+-#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD)
++#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD) || defined(SFML_SYSTEM_NETBSD)
+ 
+     #if defined(SFML_OPENGL_ES)
+         #include <GLES/gl.h>
diff --git a/sfml+/patches/patch-include_SFML_Window_WindowHandle.hpp b/sfml+/patches/patch-include_SFML_Window_WindowHandle.hpp
new file mode 100644
index 0000000..7507a91
--- /dev/null
+++ b/sfml+/patches/patch-include_SFML_Window_WindowHandle.hpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- include/SFML/Window/WindowHandle.hpp.orig	2015-08-24 16:01:06.000000000 +0000
++++ include/SFML/Window/WindowHandle.hpp
+@@ -46,7 +46,7 @@ namespace sf
+     // Window handle is HWND (HWND__*) on Windows
+     typedef HWND__* WindowHandle;
+ 
+-#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD)
++#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD) || defined(SFML_SYSTEM_NETBSD)
+ 
+     // Window handle is Window (unsigned long) on Unix - X11
+     typedef unsigned long WindowHandle;


Home | Main Index | Thread Index | Old Index