You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/gcube/files/gcube-0.4-gcc47.patch

11 lines
429 B

--- a/Makefile.rules.old 2012-10-23 14:06:54.417782365 +0200
+++ b/Makefile.rules 2012-10-23 14:07:11.516377033 +0200
@@ -1,6 +1,6 @@
SDL_CONFIG=sdl-config
-LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL) -lm
+LIBS=`$(SDL_CONFIG) --libs` -lz -l$(OPENGL) -lm
PROFLAGS=-g -Wall -pg -fprofile-arcs -ftest-coverage
OPTFLAGS=-O3 -fno-strict-aliasing -fomit-frame-pointer -ffast-math -march=$(CPU) $(OPTIMIZE)