From 85fd4b9257a65755f541cd33c3bc8e8e7ff0eee9 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 17 Sep 2006 16:41:38 +0000 Subject: Fix build on CURRENT Approved by: old maintainer --- games/tuxpuck/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games/tuxpuck') 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 -.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 -- cgit v1.2.3