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.2b-ldflags.patch

12 lines
177 B

--- Makefile.old
+++ Makefile
@@ -30,7 +30,7 @@
########
xbomb : $(OBJ)
- $(LINK) $(OBJ) -o $@ $(LIB) $(XLIB)
+ $(LINK) $(LDFLAGS) $(OBJ) -o $@ $(LIB) $(XLIB)
########