From e3a9f495fec999b919d6daa7d69c6a58b3f154d6 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 12 Oct 2010 07:36:45 +0000 Subject: Respect LDFLAGS. Bug #335718 (Portage version: 2.1.9.14/cvs/Linux i686) --- games-strategy/netherearth/files/netherearth-0.52-ldflags.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 games-strategy/netherearth/files/netherearth-0.52-ldflags.patch (limited to 'games-strategy/netherearth/files') diff --git a/games-strategy/netherearth/files/netherearth-0.52-ldflags.patch b/games-strategy/netherearth/files/netherearth-0.52-ldflags.patch new file mode 100644 index 000000000000..6b7ed3a8989c --- /dev/null +++ b/games-strategy/netherearth/files/netherearth-0.52-ldflags.patch @@ -0,0 +1,8 @@ +--- Makefile.old 2010-10-12 09:30:19.000000000 +0200 ++++ Makefile 2010-10-12 09:30:38.000000000 +0200 +@@ -17,4 +17,4 @@ + all: $(TARGET) + + $(TARGET): $(OBJECTS) +- g++ $(OBJECTS) -o $(TARGET) -lGL -lGLU -lglut -lSDL -lSDL_mixer -lpthread ++ g++ $(LDFLAGS) $(OBJECTS) -o $(TARGET) -lGL -lGLU -lglut -lSDL -lSDL_mixer -lpthread -- cgit v1.2.3-65-gdbad