1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)[
This commit is contained in:
Kris Kennaway 2004-09-26 03:19:53 +00:00
parent 46e1b36ef3
commit 06531c7a0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118433

View File

@ -22,6 +22,12 @@ USE_X_PREFIX= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' `${FIND} ${WRKSRC} -name \*.cc -or -name \*.c`
@${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' \
@ -34,4 +40,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/synaesthesia
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>