mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
33e0ec721c
commit
5946673019
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132037
@ -29,6 +29,12 @@ CONFIGURE_ARGS= --disable-optimize
|
||||
|
||||
MAN6= ${PORTNAME}.6
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \
|
||||
s|^CXXFLAGS|#CXXFLAGS|g ; \
|
||||
@ -37,4 +43,4 @@ post-patch:
|
||||
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|SDL/SDL|SDL|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user