aboutsummaryrefslogtreecommitdiffstats
path: root/security/borzoi/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-08-23 16:24:35 +0800
committerijliao <ijliao@FreeBSD.org>2001-08-23 16:24:35 +0800
commitfa045d00d3d9c74b0ad94804d92003e04f156808 (patch)
tree14748fef73b2609623cd963123562b7afce67e3d /security/borzoi/files
parent2b4e3442999bb99ab765f8a40af96767797d52ce (diff)
downloadfreebsd-ports-graphics-fa045d00d3d9c74b0ad94804d92003e04f156808.tar.gz
freebsd-ports-graphics-fa045d00d3d9c74b0ad94804d92003e04f156808.tar.zst
freebsd-ports-graphics-fa045d00d3d9c74b0ad94804d92003e04f156808.zip
add borzoi
An Elliptic Curve Cryptography Library
Diffstat (limited to 'security/borzoi/files')
-rw-r--r--security/borzoi/files/patch-configure11
-rw-r--r--security/borzoi/files/patch-src::Makefile.in20
2 files changed, 31 insertions, 0 deletions
diff --git a/security/borzoi/files/patch-configure b/security/borzoi/files/patch-configure
new file mode 100644
index 00000000000..f7dc269ac78
--- /dev/null
+++ b/security/borzoi/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Thu Aug 23 15:26:31 2001
++++ configure Thu Aug 23 15:26:49 2001
+@@ -461,7 +461,7 @@
+
+ # A filename unique to this package, relative to the directory that
+ # configure is in, which we can look for to find out if srcdir is correct.
+-ac_unique_file=src/borZoi.h
++ac_unique_file=src/borzoi.h
+
+ # Find the source files, if location was not specified.
+ if test -z "$srcdir"; then
diff --git a/security/borzoi/files/patch-src::Makefile.in b/security/borzoi/files/patch-src::Makefile.in
new file mode 100644
index 00000000000..22e1f68d886
--- /dev/null
+++ b/security/borzoi/files/patch-src::Makefile.in
@@ -0,0 +1,20 @@
+--- src/Makefile.in.orig Sun Jun 24 08:15:31 2001
++++ src/Makefile.in Thu Aug 23 15:52:25 2001
+@@ -73,7 +73,7 @@
+ RANLIB = @RANLIB@
+ VERSION = @VERSION@
+
+-INCLUDES = -I$(top_srcdir)/src
++INCLUDES = -I%%LOCALBASE%%/include -I$(top_srcdir)/src
+
+ lib_LTLIBRARIES = libborzoi.la
+
+@@ -92,7 +92,7 @@
+
+ borzoi_SOURCES = test.cpp fips186_2.h
+
+-borzoi_LDADD = @BORZOI_LIBS@ -lntl
++borzoi_LDADD = @BORZOI_LIBS@ -lntl -L%%LOCALBASE%%/lib
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_CLEAN_FILES =
+ LTLIBRARIES = $(lib_LTLIBRARIES)