mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Unbreak INDEX on mips/sparc64/ia64 etc.
This commit is contained in:
parent
03c5ec41d4
commit
d2aa1dc74e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395014
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ GOARCH=amd64
|
|||
.elif ${ARCH} == "armv6"
|
||||
GOARCH=arm
|
||||
.else
|
||||
.error "unknown arch ${ARCH}"
|
||||
IGNORE= unknown arch ${ARCH}
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= ARCH=${GOARCH}
|
||||
|
|
|
@ -36,7 +36,7 @@ GOOBJ=6
|
|||
GOARCH=arm
|
||||
GOOBJ=5
|
||||
.else
|
||||
.error "unknown arch ${ARCH}"
|
||||
IGNORE= unknown arch ${ARCH}
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= ARCH=${GOARCH} \
|
||||
|
|
Loading…
Add table
Reference in a new issue