mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Fix build by correctly setting the arch on recent FreeBSD/pc98 versions.
PR: 121288 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
This commit is contained in:
parent
4b7361f0ad
commit
e10a9be8a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210382
1 changed files with 12 additions and 5 deletions
|
@ -1,8 +1,15 @@
|
|||
$FreeBSD$
|
||||
|
||||
--- ../../control/make/common/Defs-bsd.gmk.orig Thu Jan 13 02:01:40 2005
|
||||
+++ ../../control/make/common/Defs-bsd.gmk Thu Jan 13 02:01:54 2005
|
||||
@@ -200,7 +200,7 @@
|
||||
--- ../../control/make/common/Defs-bsd.gmk.orig 2008-03-02 03:42:25.000000000 +0900
|
||||
+++ ../../control/make/common/Defs-bsd.gmk 2008-03-02 10:35:39.000000000 +0900
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
|
||||
archExpr = case "`$(UNAME) -m`" in \
|
||||
- i[3-9]86) \
|
||||
+ i[3-9]86|pc98) \
|
||||
$(ECHO) i586 \
|
||||
;; \
|
||||
ia64) \
|
||||
@@ -204,7 +204,7 @@
|
||||
ifeq ($(TRUE_PLATFORM), NetBSD)
|
||||
DEVTOOLS_PATH = /usr/pkg/bin/
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue