summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/glfrontier/files/glfrontier-20060623-add_fcommon.patch')
-rw-r--r--games-strategy/glfrontier/files/glfrontier-20060623-add_fcommon.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-strategy/glfrontier/files/glfrontier-20060623-add_fcommon.patch b/games-strategy/glfrontier/files/glfrontier-20060623-add_fcommon.patch
new file mode 100644
index 0000000..4a6fe21
--- /dev/null
+++ b/games-strategy/glfrontier/files/glfrontier-20060623-add_fcommon.patch
@@ -0,0 +1,12 @@
+--- a/frontvm3-20060623/Makefile-C 2024-04-01 11:36:34.251039715 +0200
++++ b/frontvm3-20060623/Makefile-C 2024-04-01 11:37:15.826041900 +0200
+@@ -1,6 +1,6 @@
+-export CFLAGS = -march=native -pipe -O2 -Wall -DOGG_MUSIC
+-export LIBS = -lGL -lGLU -lvorbisfile -lvorbis -logg -lm
+-export FE2OBJS = ../fe2.part1.o ../fe2.part2.o
++export CFLAGS := -march=native -pipe -O2 -Wall -fcommon -DOGG_MUSIC
++export LIBS := -fcommon -lGL -lGLU -lvorbisfile -lvorbis -logg -lm
++export FE2OBJS := ../fe2.part1.o ../fe2.part2.o
+
+ THIS=Makefile-C
+ VERSION=20060623