Fix building on the Alpha.
Submitted by: gallatin
This commit is contained in:
@@ -95,4 +95,10 @@ post-install:
|
||||
(cd ${DEMODIR}; tar xf -)
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == i386
|
||||
PLIST_SUB+= X86_ONLY=""
|
||||
.else
|
||||
PLIST_SUB+= X86_ONLY="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
Reference in New Issue
Block a user