pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lugaru: Add a patch to #include <unistd.h>.
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By: cfkoch
Date: Sun Feb 26 15:01:26 2017 -0800
Changeset: 7dc1de15adee3755c7ed5ff1e9ad660ba6f5a75f
Modified Files:
lugaru/distinfo
Added Files:
lugaru/TODO
lugaru/patches/patch-Source_OpenGL_Windows.cpp
Log Message:
lugaru: Add a patch to #include <unistd.h>.
While here, clarify what's missing with a TODO.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7dc1de15adee3755c7ed5ff1e9ad660ba6f5a75f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lugaru/TODO | 2 ++
lugaru/distinfo | 2 ++
lugaru/patches/patch-Source_OpenGL_Windows.cpp | 10 ++++++++++
3 files changed, 14 insertions(+)
diffs:
diff --git a/lugaru/TODO b/lugaru/TODO
new file mode 100644
index 0000000000..76812cb1fb
--- /dev/null
+++ b/lugaru/TODO
@@ -0,0 +1,2 @@
+- Make this thing installable!
+- Unbreak the OS X build
diff --git a/lugaru/distinfo b/lugaru/distinfo
index 7707231eff..7d56617b75 100644
--- a/lugaru/distinfo
+++ b/lugaru/distinfo
@@ -2,5 +2,7 @@ $NetBSD$
SHA1 (lugaru-rev269-src.tar.bz2) = 3788915dd3a792be45250c819a9411bf3d98d0c1
RMD160 (lugaru-rev269-src.tar.bz2) = 3a1c4a2e1461aa948162b3686744fe30680a8742
+SHA512 (lugaru-rev269-src.tar.bz2) = ac7c04e53d1db6ba012a98e07cd5593d9a385a9b720031dc6c3a382cc45faa7345489ecaf1b9a42ab3f8ec553f20516dea6c6dad78f20c82d01c3b96d1820699
Size (lugaru-rev269-src.tar.bz2) = 39250302 bytes
SHA1 (patch-CMakeLists.txt) = 954bfa0fd1bf074ee7b65a4be0b5089880e0e468
+SHA1 (patch-Source_OpenGL_Windows.cpp) = 6bfdd0493f8445cf2649a7159174dae1123fe399
diff --git a/lugaru/patches/patch-Source_OpenGL_Windows.cpp b/lugaru/patches/patch-Source_OpenGL_Windows.cpp
new file mode 100644
index 0000000000..d6bd4e470d
--- /dev/null
+++ b/lugaru/patches/patch-Source_OpenGL_Windows.cpp
@@ -0,0 +1,10 @@
+--- ./Source/OpenGL_Windows.cpp.orig 2017-02-26 14:58:52.433154283 -0800
++++ ./Source/OpenGL_Windows.cpp 2017-02-26 14:59:06.089987208 -0800
+@@ -112,6 +112,7 @@
+ #include <math.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <unistd.h>
+ #include <fstream>
+ #include <iostream>
+ #include "gamegl.h"
Home |
Main Index |
Thread Index |
Old Index