mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
20 lines
471 B
Text
20 lines
471 B
Text
--- level1/others/Makefile.orig 2008-04-03 10:18:18.000000000 +0900
|
|
+++ level1/others/Makefile 2008-06-14 13:14:16.000000000 +0900
|
|
@@ -23,7 +23,7 @@
|
|
|
|
LIBOTHERS = libothers.$(LIBSUFFIX)
|
|
|
|
-ifeq ($(ARCH), X86)
|
|
+ifeq ($(GARCH), X86)
|
|
COMMONOBJS += cpuid.$(SUFFIX)
|
|
endif
|
|
|
|
@@ -133,7 +133,7 @@
|
|
cd $(ARCHSUBDIR) && $(MAKE) ../$(@F)
|
|
endif
|
|
|
|
-ifeq ($(ARCH), X86)
|
|
+ifeq ($(GARCH), X86)
|
|
cpuid.$(SUFFIX) cpuid.$(PSUFFIX) : dummy
|
|
cd $(ARCHSUBDIR) && $(MAKE) ../$(@F)
|
|
endif
|