mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Conditionalize plist to fix install on powerpc64 (and, presumably,
on all !x86 systems): pkg-static: Unable to access file /wrkdirs/usr/ports/misc/vxl/work/stageusr/local/include/vxl/core/vil/vil_math_sse.h:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/misc/vxl/work/stageusr/local/include/vxl/core/vil/vil_math_sse.hxx:No such file or directory Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
fb735ba8c6
commit
afc139dcf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526217
@ -27,4 +27,12 @@ do-test:
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
|
||||
PLIST_SUB+= X86=""
|
||||
.else
|
||||
PLIST_SUB+= X86="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -498,8 +498,8 @@ include/vxl/core/vil/vil_image_view.hxx
|
||||
include/vxl/core/vil/vil_image_view_base.h
|
||||
include/vxl/core/vil/vil_load.h
|
||||
include/vxl/core/vil/vil_math.h
|
||||
include/vxl/core/vil/vil_math_sse.h
|
||||
include/vxl/core/vil/vil_math_sse.hxx
|
||||
%%X86%%include/vxl/core/vil/vil_math_sse.h
|
||||
%%X86%%include/vxl/core/vil/vil_math_sse.hxx
|
||||
include/vxl/core/vil/vil_memory_chunk.h
|
||||
include/vxl/core/vil/vil_memory_image.h
|
||||
include/vxl/core/vil/vil_na.h
|
||||
|
Loading…
Reference in New Issue
Block a user