File fpic.diff of Package vdr-plugin-games
diff -Naur games-0.6.3/minesweeper/Makefile games-0.6.3.fpic//minesweeper/Makefile --- games-0.6.3/minesweeper/Makefile 2003-09-13 08:49:07.000000000 +0200 +++ games-0.6.3.fpic//minesweeper/Makefile 2011-04-19 16:31:31.717634577 +0200 @@ -1,6 +1,6 @@ GAME = minesweeper OBJS = minesweeper.o -CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual +CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual -fPIC all: $(OBJS) @ar -r $(GAME).a $(OBJS) diff -Naur games-0.6.3/snake/Makefile games-0.6.3.fpic//snake/Makefile --- games-0.6.3/snake/Makefile 2003-09-13 08:49:07.000000000 +0200 +++ games-0.6.3.fpic//snake/Makefile 2011-04-19 16:31:31.717634577 +0200 @@ -1,6 +1,6 @@ GAME = snake OBJS = snake.o -CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual +CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual -fPIC all: $(OBJS) @ar -r $(GAME).a $(OBJS) diff -Naur games-0.6.3/tetris/Makefile games-0.6.3.fpic//tetris/Makefile --- games-0.6.3/tetris/Makefile 2003-09-13 08:49:07.000000000 +0200 +++ games-0.6.3.fpic//tetris/Makefile 2011-04-19 16:31:31.717634577 +0200 @@ -1,6 +1,6 @@ GAME = tetris OBJS = tetris.o -CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual +CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual -fPIC all: $(OBJS) @ar -r $(GAME).a $(OBJS) diff -Naur games-0.6.3/tictactoe/Makefile games-0.6.3.fpic//tictactoe/Makefile --- games-0.6.3/tictactoe/Makefile 2003-09-13 08:49:07.000000000 +0200 +++ games-0.6.3.fpic//tictactoe/Makefile 2011-04-19 16:31:31.718634596 +0200 @@ -1,6 +1,6 @@ GAME = tictactoe OBJS = tictactoe.o -CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual +CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual -fPIC all: $(OBJS) @ar -r $(GAME).a $(OBJS) diff -Naur games-0.6.3/tron/Makefile games-0.6.3.fpic//tron/Makefile --- games-0.6.3/tron/Makefile 2003-09-13 08:49:07.000000000 +0200 +++ games-0.6.3.fpic//tron/Makefile 2011-04-19 16:31:31.718634596 +0200 @@ -1,6 +1,6 @@ GAME = tron OBJS = tron.o -CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual +CFLAGS = -g -pipe -O2 -Wall -Woverloaded-virtual -fPIC all: $(OBJS) @ar -r $(GAME).a $(OBJS)