openbsd-ports/math/R/patches/patch-src_modules_lapack_Makefile_in

13 lines
445 B
Plaintext

$OpenBSD: patch-src_modules_lapack_Makefile_in,v 1.2 2006/11/11 18:52:12 mbalmer Exp $
--- src/modules/lapack/Makefile.in.orig Mon Sep 4 16:41:35 2006
+++ src/modules/lapack/Makefile.in Tue Oct 3 20:08:31 2006
@@ -11,6 +11,8 @@ R_HOME = $(top_builddir)
include $(top_builddir)/Makeconf
+DYLIB_EXT=.so.$(LIBRlapack_VERSION)
+
SOURCES_C = Lapack.c @USE_VECLIB_G95FIX_TRUE@ vecLibg95c.c
SOURCES_F = @USE_VECLIB_G95FIX_TRUE@ vecLibg95f.f