diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-23 10:57:36 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-23 10:57:36 +0000 |
commit | 15fa401bc7cc45eab7649135d813e2b8142fd07f (patch) | |
tree | 20b8e2463b4e2939887d81b51cad4ed740a0e821 /emulators/yape | |
parent | Update to the 20070822 snapshot of GCC 4.2.2. Add the same CONFLICTS with (diff) |
- Fix build with gcc 4
- Pet portlint(1)
PR: ports/115749
Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=198182
Diffstat (limited to 'emulators/yape')
-rw-r--r-- | emulators/yape/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk> .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 |