pkgsrc/math/dcdflib.c/patches/patch-ab
jtb c22f2d8f88 Add a _c suffix to library names , ie. "libdcdflib_c", to allow simultaneous
installation of C and Fortran versions.  Suggested by Hubert a while back.
Bump up version no.
2001-04-12 23:59:32 +00:00

19 lines
281 B
Text

$NetBSD: patch-ab,v 1.3 2001/04/12 23:59:33 jtb Exp $
--- /dev/null Thu Feb 8 05:50:43 2001
+++ Makefile
@@ -0,0 +1,14 @@
+LIB= dcdflib_c
+
+SHLIB_MAJOR=0
+SHLIB_MINOR=0
+
+LIBDIR=${PREFIX}/lib
+
+NOLINT=1
+
+SRCS= dcdflib.c ipmpar.c
+
+INCS= cdflib.h
+
+.include <bsd.lib.mk>