From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../snipes/files/snipes-1.0.4-nongnulinker.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 games-action/snipes/files/snipes-1.0.4-nongnulinker.patch (limited to 'games-action/snipes/files') diff --git a/games-action/snipes/files/snipes-1.0.4-nongnulinker.patch b/games-action/snipes/files/snipes-1.0.4-nongnulinker.patch new file mode 100644 index 000000000000..8bdaeef3e356 --- /dev/null +++ b/games-action/snipes/files/snipes-1.0.4-nongnulinker.patch @@ -0,0 +1,20 @@ +--- a/Makefile 2011-12-18 17:24:28.795315064 +0100 ++++ b/Makefile 2011-12-18 17:24:59.005311478 +0100 +@@ -33,7 +33,7 @@ + IMGOBJ = $(OIMGS:%.pbm=$(INTERMEDIATE)/%.o) + + CFLAGS += `sdl-config --cflags` -I$(INTERMEDIATE) +-LDLIBS += `sdl-config --libs` ++LDLIBS += `sdl-config --libs` -lm + LDFLAGS += -Wl,-z,noexecstack + + +@@ -52,7 +52,7 @@ + + # Why does this result in an executable stack? Can I run my bitmaps? Do bitmaps behave like Conway's game of life, when run? + $(INTERMEDIATE)/%.o: $(IMG)/%.pbm +- $(LD) -r -b binary -z noexecstack -z really_noexecstack -z pretty_please_noexecstack -o $@ $< ++ $(LD) -r -b binary -z noexecstack -o $@ $< + + snipes.6: snipes.6.in + sed s/'`VERSION`'/`cat VERSION`/ < $< > $@ -- cgit v1.2.3