You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/quake2-icculus/files/0.16-rogue-nan.patch

8 lines
170 B

--- src/rogue/g_local.h.orig
+++ src/rogue/g_local.h
@@ -24,3 +24,3 @@
#ifndef _WIN32
-#include <nan.h>
+#include <bits/nan.h>
#define min(a,b) ((a) < (b) ? (a) : (b))