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/raine/files/raine-0.51.9-underlink.patch

12 lines
483 B

--- makefile.old 2011-06-16 08:25:35.000000000 +0200
+++ makefile 2011-06-16 08:25:57.000000000 +0200
@@ -294,7 +294,7 @@
LIBS_DEBUG = -lz `allegro-config --libs ` `libpng-config --ldflags`
LIBS_STATIC = -lz `allegro-config --static` `libpng-config --static --ldflags`
else
- LIBS = -lz `libpng-config --ldflags`
+ LIBS = -lz -lm `libpng-config --ldflags`
LIBS_DEBUG = -lz `libpng-config --ldflags`
LIBS_STATIC = -lz `libpng-config --static --ldflags`
endif