diff options
author | arved <arved@FreeBSD.org> | 2006-09-18 00:41:38 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-09-18 00:41:38 +0800 |
commit | 7a818b03897f8d68444e74b9af3b2e9f3859d686 (patch) | |
tree | c6bacbc3b87e351385d069d56bd93e49a6ec749e /games | |
parent | 7b70be94cfc5b592013a289d208f2c45a9677a07 (diff) | |
download | freebsd-ports-gnome-7a818b03897f8d68444e74b9af3b2e9f3859d686.tar.gz freebsd-ports-gnome-7a818b03897f8d68444e74b9af3b2e9f3859d686.tar.zst freebsd-ports-gnome-7a818b03897f8d68444e74b9af3b2e9f3859d686.zip |
Fix build on CURRENT
Approved by: old maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxpuck/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index e1abb6fad56d..8300edbc5c25 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -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 |