diff options
author | wiz <wiz> | 2009-09-23 15:22:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-23 15:22:36 +0000 |
commit | a3acdc60d032d8c05753acf6a58ad52e144353e3 (patch) | |
tree | 38e1808aeae63b51cb6ba8d7287e9d6bcd41f3cd /textproc | |
parent | 315693fcc909e3043039c2d927a870959415fd60 (diff) | |
download | pkgsrc-a3acdc60d032d8c05753acf6a58ad52e144353e3.tar.gz |
Fix patch, it didn't apply on NetBSD-current (whitespace trouble).
Diffstat (limited to 'textproc')
-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 a90d03450fc..0aa50ebbe9c 100644 --- a/textproc/convertlit/distinfo +++ b/textproc/convertlit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/09/03 13:39:39 hasso Exp $ +$NetBSD: distinfo,v 1.4 2009/09/23 15:22:36 wiz Exp $ SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47 Size (clit18src.zip) = 135120 bytes -SHA1 (patch-aa) = 1d2db4b05d2045be50595b1dfb89b767a5edd877 +SHA1 (patch-aa) = 9a51057a1c91fcb97021d1a5c482f3d87960e5d3 diff --git a/textproc/convertlit/patches/patch-aa b/textproc/convertlit/patches/patch-aa index b2c282fe527..012b9571eea 100644 --- a/textproc/convertlit/patches/patch-aa +++ b/textproc/convertlit/patches/patch-aa @@ -1,16 +1,16 @@ -$NetBSD: patch-aa,v 1.3 2009/09/03 13:39:39 hasso Exp $ +$NetBSD: patch-aa,v 1.4 2009/09/23 15:22:36 wiz Exp $ ---- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0200 +--- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0000 +++ 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 ../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 + |