]> git.pld-linux.org Git - packages/sl.git/blame - sl-am.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/sl.git] / sl-am.patch
CommitLineData
6abd868d 1diff -urN sl-3.03.orig/Makefile sl-3.03/Makefile
2--- sl-3.03.orig/Makefile Wed Jul 22 16:00:41 1998
3+++ sl-3.03/Makefile Sun Sep 29 16:23:29 2002
4@@ -9,6 +9,8 @@
5 CFLAGS=-O
6
7 sl: sl.c sl.h
8- $(CC) $(CFLAGS) -o sl sl.c -lcurses -ltermcap
9+ $(CC) $(CFLAGS) -o sl sl.c -I/usr/include/ncurses -lcurses
10 # $(CC) $(CFLAGS) -o sl sl.c -lcurses
11-
12+clean:
13+ rm -rf *.o
14+ rm -rf sl
This page took 0.053853 seconds and 4 git commands to generate.