summarylogtreecommitdiffstats
path: root/trig.patch
diff options
context:
space:
mode:
authorGary Hunt2019-03-05 18:10:46 -0500
committerGary Hunt2019-03-05 18:10:46 -0500
commit2e4b9749a1d613d88e5ac706095af31f7cb1427d (patch)
tree849f6308407aa1f5940a24adb4c3d43d489345e9 /trig.patch
downloadaur-fargoal.tar.gz
First commit.
Diffstat (limited to 'trig.patch')
-rw-r--r--trig.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/trig.patch b/trig.patch
new file mode 100644
index 000000000000..a5b494f81ad4
--- /dev/null
+++ b/trig.patch
@@ -0,0 +1,12 @@
+--- Makefile 2003-07-31 13:06:51.000000000 -0400
++++ src/fargoal/src/Makefile 2019-03-03 18:37:45.361050245 -0500
+@@ -2,7 +2,7 @@
+ ../sword: char.o config.o credits.o game.o gfx.o main.o map.o menu.o message.o monster.o player.o save.o scroller.o spell.o
+ $(CC) -o $@ $(LDFLAGS) $^ $(LDLIBS)
+ include makefile.dep
+-CFLAGS = -W -Wall -O3
++CFLAGS = -W -Wall -O3
+ CXXFLAGS = -W -Wall -O3
+-LDFLAGS = -s
++LDFLAGS = -s -lm
+ LDLIBS = `allegro-config --libs`