]> git.pld-linux.org Git - packages/battleships.git/blob - battleships-ldflags.patch
- ncurses rebuild
[packages/battleships.git] / battleships-ldflags.patch
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.066689 seconds and 3 git commands to generate.