mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Fix build on CURRENT
Approved by: old maintainer
This commit is contained in:
parent
a9385c3f1b
commit
85fd4b9257
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173249
@ -29,9 +29,10 @@ PLIST_FILES= bin/tuxpuck
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700013
|
||||
BROKEN= "Does not compile on FreeBSD >= 7.0"
|
||||
.endif
|
||||
post-patch:
|
||||
cd ${WRKSRC}; \
|
||||
${REINPLACE_CMD} "s,timer_create,_timer_create,g" \
|
||||
tuxpuck.c video.c timer.c intro.c tuxpuck.h
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user