diff options
Diffstat (limited to 'games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch')
-rw-r--r-- | games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch b/games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch deleted file mode 100644 index d3ec216b4c13..000000000000 --- a/games-roguelike/wrogue/files/wrogue-0.8.0b-ldflags.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/src/linux.mak 2010-10-14 11:07:22.000000000 +0200 -+++ b/src/linux.mak 2010-10-14 11:08:00.000000000 +0200 -@@ -19,7 +19,7 @@ - # common compiler/linker flags
- #
- CFLAGS=-I./include -I./lib -std=c89 `sdl-config --cflags`
--LDFLAGS=-lm `sdl-config --libs`
-+LDLIBS=-lm `sdl-config --libs`
-
-
- SRC=\
-@@ -40,7 +40,7 @@ - #
- .PHONY: release
- release: CFLAGS += -pipe -O2 -fomit-frame-pointer -march=i686
--release: LDFLAGS += -Wl,-O1
-+release: LDLIBS += -Wl,-O1
- release: STRIP_BINARY = yes
- release: build
-
-@@ -94,7 +94,7 @@ - @$(CC) $(CFLAGS) -o $@ -c $<
-
- $(EXE): $(OBJ)
-- @$(CC) $(OBJ) $(LDFLAGS) -o $@
-+ $(CC) $(LDFLAGS) $(OBJ) $(LDLIBS) -o $@
-
-
-
|