1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/math/gotoblas/files/patch-level1-asum-Makefile
2008-06-14 04:47:35 +00:00

12 lines
332 B
Plaintext

--- level1/asum/Makefile.orig 2008-03-22 03:55:49.000000000 +0900
+++ level1/asum/Makefile 2008-06-14 13:13:02.000000000 +0900
@@ -8,7 +8,7 @@
ZOBJS = dzasumf.$(SUFFIX)
XOBJS = qxasumf.$(SUFFIX)
-ifeq ($(ARCH), X86)
+ifeq ($(GARCH), X86)
SBLASOBJS = sasum.$(SUFFIX)
DBLASOBJS = dasum.$(SUFFIX)
QBLASOBJS = qasum.$(SUFFIX)