From 15fa401bc7cc45eab7649135d813e2b8142fd07f Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 23 Aug 2007 10:57:36 +0000 Subject: - Fix build with gcc 4 - Pet portlint(1) PR: ports/115749 Submitted by: Janos Mohacsi (maintainer) --- emulators/yape/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/yape') diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index d2903c3efbfb..84ef2dec221b 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -26,7 +26,7 @@ PORTDOCS= * .include .if ${OSVERSION} < 503001 -IGNORE= Build only in 5.3 or uppper (Need fmax(3) and fmin(3) function) +IGNORE= build only in 5.3 or uppper (Need fmax(3) and fmin(3) function) .endif post-extract: @@ -36,6 +36,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s|TAP::TAP|TAP|" ${WRKSRC}/tape.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yape ${PREFIX}/bin -- cgit v1.3