diff options
author | fredb <fredb> | 2004-02-04 19:02:43 +0000 |
---|---|---|
committer | fredb <fredb> | 2004-02-04 19:02:43 +0000 |
commit | 5f7558c665cb58ae6a6da23865fdebe66ffac44e (patch) | |
tree | 8c88dfc1811ea5eef30aa69a982c24aef187bded /security/rsaref | |
parent | 137a89189703ee2d7d8a0036dca21e97a6afd728 (diff) | |
download | pkgsrc-5f7558c665cb58ae6a6da23865fdebe66ffac44e.tar.gz |
Remove extra, asymetric context from last hunk; it was confusing GNU patch.
Problem pointed out by Georg Schwarz on tech-pkg.
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/patches/patch-ag | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/security/rsaref/patches/patch-ag b/security/rsaref/patches/patch-ag index 3b3b0e141a5..7e80c917fa0 100644 --- a/security/rsaref/patches/patch-ag +++ b/security/rsaref/patches/patch-ag @@ -1,6 +1,7 @@ -$NetBSD: patch-ag,v 1.6 2000/02/05 05:03:04 wiz Exp $ ---- unix/makefile.orig Fri Mar 25 14:01:31 1994 -+++ unix/makefile Sun May 23 17:02:59 1999 +$NetBSD: patch-ag,v 1.7 2004/02/04 19:02:43 fredb Exp $ + +--- unix/makefile.orig 1994-03-25 13:01:31.000000000 -0600 ++++ unix/makefile @@ -4,8 +4,7 @@ O = o @@ -33,10 +34,7 @@ $NetBSD: patch-ag,v 1.6 2000/02/05 05:03:04 wiz Exp $ # The location of the demo source directory. RDEMODIR = ../rdemo/ -@@ -38,11 +37,10 @@ - dhdemo : dhdemo.$(O) $(RSAREFLIB) - cc -o $@ dhdemo.$(O) $(RSAREFLIB) - +@@ -41,8 +40,7 @@ $(RSAREFLIB) : desc.$(O) digit.$(O) md2c.$(O) md5c.$(O) nn.$(O) prime.$(O)\ rsa.$(O) r_encode.$(O) r_dh.$(O) r_enhanc.$(O) r_keygen.$(O) r_random.$(O)\ r_stdlib.$(O) |