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-puzzle/xbomb/files/xbomb-2.2a-ldflags.patch

12 lines
249 B

--- Makefile.old 2010-09-22 14:18:37.000000000 +0200
+++ Makefile 2010-09-22 14:19:06.000000000 +0200
@@ -30,7 +30,7 @@
########
xbomb : $(OBJ)
- $(LINK) $(OBJ) -o $@ $(LIB) $(XLIB)
+ $(LINK) $(LDFLAGS) $(OBJ) -o $@ $(LIB) $(XLIB)
########