From 21507b3600c616bca7049004eb518cf11f45f299 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sun, 7 Jun 2015 02:41:28 -0600 Subject: [PATCH] Correct the path to the GLEW header. --- src/glshader.cpp | 2 +- src/rgl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glshader.cpp b/src/glshader.cpp index 4729945..a8947ea 100644 --- a/src/glshader.cpp +++ b/src/glshader.cpp @@ -23,7 +23,7 @@ #include #include #include "rgl_assert.h" -#include +#include #if defined(__MACOSX__) #include #include diff --git a/src/rgl.h b/src/rgl.h index c15f93f..1748406 100644 --- a/src/rgl.h +++ b/src/rgl.h @@ -26,7 +26,7 @@ #include "rgl_assert.h" #include "rdp.h" -#include +#include #if defined(__MACOSX__) #include #elif defined(__MACOS__) >
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-18gnu: ntp: Support cross-compilation....* gnu/packages/ntp.scm (ntp)[arguments]: Add configuration flag. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Petr Hodina
2022-02-07gnu: openntpd: Add release-monitoring-url....* gnu/packages/ntp.scm (openntpd)[properties]: New field. Efraim Flashner
2021-12-16gnu: chrony: Update to 4.2....* gnu/packages/ntp.scm (chrony): Update to 4.2. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-07-27gnu: Remove tlsdate....As discussed in <https://bugs.gnu.org/46602>, tlsdate does not support a current release of OpenSSL. * gnu/packages/ntp.scm (tlsdate): Remove variable. Leo Famulari
2021-06-17gnu: openntpd: Get libressl version from the inputs....* gnu/packages/ntp.scm (openntpd)[arguments]: Get libressl version from the package inputs. Brice Waegeneire
2021-06-17gnu: libressl: Remove search paths....Unlike OpenSSL, LibreSSL hardcode it's certificate bundle and doesn't allow to specify it through a environment variable. * gnu/packages/tls.scm (libressl)[configure-flags]: Specify OpenSSL configuration directory. [native-search-paths]: Remove it. * gnu/packages/ntp.scm (openntpd)[configure-flags]: Adjust CAcert location. Brice Waegeneire