forked from Lainports/freebsd-ports
- fix package on sparc64
This commit is contained in:
parent
6593022e89
commit
e99a681c5c
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ post-patch:
|
|||
CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
PLIST_SUB+= MMX="@comment "
|
||||
.else
|
||||
PLIST_SUB+= MMX=""
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ post-patch:
|
|||
CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
PLIST_SUB+= MMX="@comment "
|
||||
.else
|
||||
PLIST_SUB+= MMX=""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue