freebsd-ports/textproc/clit/files/patch-clit_Makefile
Pav Lucistnik c28ba6d653 Add clit, a tool to manipulate Microsoft LIT eBook format.
PR:		ports/76201
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-01-14 21:41:42 +00:00

14 lines
523 B
Text

--- Makefile.orig Sun Jul 4 16:52:14 2004
+++ Makefile Fri Jan 14 21:56:45 2005
@@ -1,9 +1,9 @@
all: clit
-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
+CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.33/ -I ../lib -I ../lib/des -I .
clean:
rm -f *.o clit
clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
- gcc -o clit $^ ../libtommath-0.30/libtommath.a
+ gcc -o clit $^ ../libtommath-0.33/libtommath.a