BROKEN on 5.x: Does not install with ache's getopt changes
This commit is contained in:
parent
fb23a1b086
commit
17ba9842ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104555
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue