BROKEN on 5.x: Does not install with ache's getopt changes

This commit is contained in:
Kris Kennaway 2004-03-18 23:14:50 +00:00
parent fb23a1b086
commit 17ba9842ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104555

View file

@ -21,6 +21,12 @@ USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502103
BROKEN= "Does not install on FreeBSD >= 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
@ -33,4 +39,4 @@ post-install:
${CHMOD} 664 /var/games/${PORTNAME}/ltris.hscr
${CHOWN} root:games /var/games/${PORTNAME}/ltris.hscr
.include <bsd.port.mk>
.include <bsd.port.post.mk>