summaryrefslogtreecommitdiff
path: root/security/borzoi/files/patch-src::Makefile.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-23 08:24:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-23 08:24:35 +0000
commitfb1741b002cec6efa5d07c30ed079e3a69394322 (patch)
treeb1d17dd94b1f5804786950a649aa94c773c597b5 /security/borzoi/files/patch-src::Makefile.in
parentUpdate to 0.6. (diff)
add borzoi
An Elliptic Curve Cryptography Library
Diffstat (limited to 'security/borzoi/files/patch-src::Makefile.in')
-rw-r--r--security/borzoi/files/patch-src::Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/borzoi/files/patch-src::Makefile.in b/security/borzoi/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..22e1f68d8869
--- /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)