diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-06 17:16:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-06 17:16:47 +0000 |
commit | ed03c8682026479f26116b1a83c833cd65b517c0 (patch) | |
tree | 3fe33826d82f2e72a3736a65044077dcacfd0f3c /textproc/convertlit | |
parent | 574643bdd5661f9151b7da3d19dc0755596117b4 (diff) | |
download | pkgsrc-ed03c8682026479f26116b1a83c833cd65b517c0.tar.gz |
Regen patch-aa to work. Do not look at the local tommath headers either.
Diffstat (limited to 'textproc/convertlit')
-rw-r--r-- | textproc/convertlit/distinfo | 4 | ||||
-rw-r--r-- | textproc/convertlit/patches/patch-aa | 26 |
2 files changed, 15 insertions, 15 deletions
diff --git a/textproc/convertlit/distinfo b/textproc/convertlit/distinfo index 0aa50ebbe9c..32b3dc595b3 100644 --- a/textproc/convertlit/distinfo +++ b/textproc/convertlit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2009/09/23 15:22:36 wiz Exp $ +$NetBSD: distinfo,v 1.5 2009/10/06 17:16:47 joerg Exp $ SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47 Size (clit18src.zip) = 135120 bytes -SHA1 (patch-aa) = 9a51057a1c91fcb97021d1a5c482f3d87960e5d3 +SHA1 (patch-aa) = ab1545705a84263b8a45a7e72f3d004788bf12c7 diff --git a/textproc/convertlit/patches/patch-aa b/textproc/convertlit/patches/patch-aa index 012b9571eea..50f1aeda030 100644 --- a/textproc/convertlit/patches/patch-aa +++ b/textproc/convertlit/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.4 2009/09/23 15:22:36 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2009/10/06 17:16:47 joerg Exp $ ---- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0000 +--- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0200 +++ clit18/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 - + all: clit
+
+-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
++CFLAGS+=-funsigned-char -Wall -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
+
|