summarylogtreecommitdiffstats
path: root/fix_enet_lib.patch
diff options
context:
space:
mode:
authorAlfredo Ramos2016-12-07 23:59:47 -0600
committerAlfredo Ramos2016-12-07 23:59:47 -0600
commit127b4518186bc895c93f04efc3a8529a6400fd3e (patch)
tree23c6080eef69eb9b21e48d035d5274452ba4c264 /fix_enet_lib.patch
parent1c3d45aa4601f62248b08caf8a155e2a7432e208 (diff)
downloadaur-127b4518186bc895c93f04efc3a8529a6400fd3e.tar.gz
Fix compilation errors
- Update git submodule paths - Update enet patch
Diffstat (limited to 'fix_enet_lib.patch')
-rw-r--r--fix_enet_lib.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix_enet_lib.patch b/fix_enet_lib.patch
new file mode 100644
index 000000000000..43e3890184b6
--- /dev/null
+++ b/fix_enet_lib.patch
@@ -0,0 +1,12 @@
+diff -uprNEBZ --suppress-blank-empty a/src/main.cpp b/src/main.cpp
+--- a/src/main.cpp 2016-12-07 18:10:06.000000000 -0600
++++ b/src/main.cpp 2016-12-07 23:39:37.707828396 -0600
+@@ -57,7 +57,7 @@ along with Freeminer. If not, see <http
+
+ #if USE_ENET
+ // todo: move to connection
+-#include "enet/enet.h"
++#include <enet/enet.h>
+ #endif
+
+ #ifdef HAVE_TOUCHSCREENGUI