- fix package on sparc64

This commit is contained in:
Dirk Meyer 2004-02-11 07:16:33 +00:00
parent 6593022e89
commit e99a681c5c
2 changed files with 2 additions and 2 deletions

View file

@ -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=""

View file

@ -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=""