summarylogtreecommitdiffstats
path: root/compilesh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'compilesh.patch')
-rw-r--r--compilesh.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/compilesh.patch b/compilesh.patch
deleted file mode 100644
index 3733a1d09d01..000000000000
--- a/compilesh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- compile.sh.orig 2019-01-26 20:39:36.455394693 +0100
-+++ compile.sh 2019-01-26 20:39:55.385269142 +0100
-@@ -105,7 +105,7 @@
- if $COMPILER src/*.cpp src/client/*.cpp src/common/*.cpp src/server/*.cpp \
- $HAWKNL_GCC_PARAM \
- -I include -I /usr/include/libxml2 -I /usr/include/hawknl \
-- -I /usr/local/include/libxml2 -I /usr/local/include/hawknl \
-+ -I /usr/local/include/libxml2 -I /usr/local/include/hawknl -I /usr/include/SDL \
- -lSDL -lSDL_image -lSDL_gfx -lSDL_mixer -lz -lgd -lxml2 \
- -DSYSTEM_DATA_DIR="\"$SYSTEM_DATA_DIR\"" \
- -DDEBUG="$DEBUG" \