aboutsummaryrefslogtreecommitdiff
path: root/security/botan/files
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-04-15 08:30:23 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-04-15 08:30:23 +0000
commita238f0f37f7fb0afc784ee03973634bccaf8b3ce (patch)
tree3f2a930d3d2b627a1b54ed7541405368aec2942e /security/botan/files
parent45f47ed2827a750a959866d41d0680f4f5f4f7ce (diff)
downloadports-a238f0f37f7fb0afc784ee03973634bccaf8b3ce.tar.gz
ports-a238f0f37f7fb0afc784ee03973634bccaf8b3ce.zip
Notes
Diffstat (limited to 'security/botan/files')
-rw-r--r--security/botan/files/patch-configure.pl14
1 files changed, 11 insertions, 3 deletions
diff --git a/security/botan/files/patch-configure.pl b/security/botan/files/patch-configure.pl
index 749998bfcd28..c870d521ffaf 100644
--- a/security/botan/files/patch-configure.pl
+++ b/security/botan/files/patch-configure.pl
@@ -1,6 +1,14 @@
---- configure.pl.orig Sat Jun 26 14:32:52 2004
-+++ configure.pl Fri Jul 16 16:53:50 2004
-@@ -2007,7 +2007,11 @@
+--- configure.pl.orig Mon Jan 16 12:13:55 2006
++++ configure.pl Sat Apr 15 15:48:03 2006
+@@ -74,7 +74,6 @@
+ 'deprecated.txt' => $DOC_DIR,
+ 'license.txt' => $DOC_DIR,
+ 'log.txt' => $DOC_DIR,
+- 'rngs.txt' => $DOC_DIR,
+ 'thanks.txt' => $DOC_DIR,
+ 'todo.txt' => $DOC_DIR
+ );
+@@ -2040,7 +2039,11 @@
my $link_to = "-lm";
foreach my $lib (@{ $lib_list })
{