summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ca
diff options
context:
space:
mode:
Diffstat (limited to 'misc/root/patches/patch-ca')
-rw-r--r--misc/root/patches/patch-ca16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/root/patches/patch-ca b/misc/root/patches/patch-ca
new file mode 100644
index 00000000000..84de05b96ec
--- /dev/null
+++ b/misc/root/patches/patch-ca
@@ -0,0 +1,16 @@
+$NetBSD: patch-ca,v 1.1 2010/02/26 10:56:39 drochner Exp $
+
+--- config/Makefile.netbsd.orig 2010-02-25 20:17:41.000000000 +0000
++++ config/Makefile.netbsd
+@@ -38,9 +38,9 @@ CILIBS = -lm -ltermcap -lstdc++
+ CRYPTLIBS = -lcrypt
+
+ # Fortran:
+-F77 = f77
++F77 = /usr/pkg/gcc3/bin/g77
+ F77FLAGS = $(OPT)
+-F77LIBS = -lg2c
++F77LIBS = -L/usr/pkg/gcc3/lib -Wl,-R/usr/pkg/gcc3/lib -lg2c
+
+ # Extras
+