aboutsummaryrefslogtreecommitdiff
path: root/security/borzoi/files/patch-src::Makefile.in
diff options
context:
space:
mode:
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)