1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Unbreak INDEX on mips/sparc64/ia64 etc.

This commit is contained in:
Antoine Brodin 2015-08-22 05:42:45 +00:00
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

View File

@ -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}

View File

@ -36,7 +36,7 @@ GOOBJ=6
GOARCH=arm
GOOBJ=5
.else
.error "unknown arch ${ARCH}"
IGNORE= unknown arch ${ARCH}
.endif
PLIST_SUB+= ARCH=${GOARCH} \