]> git.pld-linux.org Git - packages/battleships.git/blame - battleships-ldflags.patch
- ncurses rebuild
[packages/battleships.git] / battleships-ldflags.patch
CommitLineData
184768af 1--- bs-2.8/Makefile~ 2010-10-19 12:33:34.000000000 +0200
2+++ bs-2.8/Makefile 2010-10-20 09:13:39.269953333 +0200
3@@ -10,7 +10,7 @@
4 DESTDIR =
5
6 bs: bs.c
7- $(CC) $(CFLAGS) -o bs bs.c $(TERMLIB)
8+ $(CC) $(CFLAGS) $(LDFLAGS) -o bs bs.c $(TERMLIB)
9
10 bs.6: bs.xml
11 xmlto man bs.xml
This page took 0.073382 seconds and 4 git commands to generate.