BROKEN on amd64: Tries to link static library against shared
This commit is contained in:
parent
5fc8ca7d8c
commit
1bd92e1ca8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123777
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user