summaryrefslogtreecommitdiff
path: root/textproc/convertlit/patches/patch-aa
blob: e37aad847a10e4709b78cdd317a181683a3090bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 2005/10/02 11:10:45 wiz Exp $

--- makefile.orig	2004-07-04 16:52:14.000000000 +0200
+++ makefile
@@ -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 -I ../libtommath-0.30/ -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 ${LDFLAGS} -o clit $^  -ltommath