mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
$NetBSD: patch-ac,v 1.3 2011/01/25 12:45:43 adam Exp $
|
|
|
|
--- /dev/null 2007-11-22 18:29:57.000000000 +0100
|
|
+++ make.inc
|
|
@@ -0,0 +1,9 @@
|
|
+SHELL= /bin/sh
|
|
+PLAT= _${MACHINE}
|
|
+FORTRAN= ${FC}
|
|
+OPTS= ${FFLAGS}
|
|
+DRVOPTS= $(OPTS)
|
|
+NOOPT=
|
|
+LOADER= ${FC}
|
|
+LOADOPTS= ${LDFLAGS}
|
|
+LAPACKLIB= liblapack.la
|