mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
$NetBSD: patch-an,v 1.5 2004/11/12 10:45:45 adam Exp $
|
|
|
|
--- Makefile.aimk.orig 2003-03-28 18:29:52.000000000 +0000
|
|
+++ Makefile.aimk
|
|
@@ -34,10 +34,9 @@ SHELL = /bin/sh
|
|
#
|
|
|
|
PVMOPTS = CC="$(CC)" \
|
|
- F77="$(F77)"
|
|
-
|
|
-# CFLOPTS="$(CFLOPTS)"
|
|
-# FFLOPTS="$(FFLOPTS)"
|
|
+ F77="$(F77)" \
|
|
+ CFLOPTS="$(CFLAGS)" \
|
|
+ FFLOPTS="$(FFLAGS)"
|
|
# PVMDIR=$(PVMDIR)
|
|
|
|
#
|