BROKEN on amd64: Tries to link static library against shared

This commit is contained in:
Kris Kennaway 2004-12-11 22:23:42 +00:00
parent 5fc8ca7d8c
commit 1bd92e1ca8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123777

View File

@ -28,4 +28,8 @@ USE_X_PREFIX= yes
CONFIGURE_ARGS+= --enable-x86
.endif
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (tries to link static library against shared)"
.endif
.include <bsd.port.post.mk>