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/seatris/files/seatris-0.0.14-as-needed.patch

12 lines
215 B

--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@
parse.o readcfg.o
seatris: $(OBJS)
- $(CC) $(LFLAGS) $(LIBS) -o seatris $(OBJS)
+ $(CC) $(LDFLAGS) -o seatris $(OBJS) $(LIBS)
clean:
rm -f *.o seatris