summaryrefslogtreecommitdiff
path: root/math/randlib/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-02-08 06:10:40 +0000
committerjtb <jtb@pkgsrc.org>2001-02-08 06:10:40 +0000
commitf7a6d4f0f6958f9c594a270c36af1f2482282566 (patch)
tree75813616c87bfdd7b796ac6f74f9725d42b11f8b /math/randlib/patches
parent19168c929f425372483973e27f864396211a7bc7 (diff)
downloadpkgsrc-f7a6d4f0f6958f9c594a270c36af1f2482282566.tar.gz
Use bsd.lib.mk for building shared libs.
Diffstat (limited to 'math/randlib/patches')
-rw-r--r--math/randlib/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/randlib/patches/patch-aa b/math/randlib/patches/patch-aa
new file mode 100644
index 00000000000..4bba225b473
--- /dev/null
+++ b/math/randlib/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2001/02/08 06:10:41 jtb Exp $
+
+--- /dev/null Thu Feb 8 06:06:37 2001
++++ Makefile
+@@ -0,0 +1,14 @@
++LIB= randlib
++
++SHLIB_MAJOR=0
++SHLIB_MINOR=0
++
++LIBDIR=${PREFIX}/lib
++
++NOLINT=1
++
++SRCS = com.c randlib.c linpack.c
++
++INCS= randlib.h
++
++.include <bsd.lib.mk>