summaryrefslogtreecommitdiff
path: root/math/gotoblas/files/patch-Makefile.system
blob: c0f308d8eca6dcb7adb691f888f56872921d87cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- Makefile.system	2010-01-15 12:24:42.000000000 +0900
+++ Makefile.system	2010-02-01 15:16:00.000000000 +0900
@@ -93,6 +93,10 @@
 EXTRALIB	+= -lm
 endif
 
+ifeq ($(OSNAME), FreeBSD)
+EXTRALIB	+= -lm
+endif
+
 ifeq ($(OSNAME), AIX)
 EXTRALIB	+= -lm
 endif
@@ -604,7 +608,7 @@
 GREP	= grep
 endif
 
-MD5SUM	= md5sum
+MD5SUM	= md5
 AWK	= awk
 
 REVISION = -r$(VERSION)
@@ -657,7 +661,7 @@
 LIBS_P		= $(TOPDIR)/$(LIBNAME_P)
 
 export OSNAME
-export ARCH
+export ARCH_
 export CORE
 export LIBCORE
 export PGCPATH