From cb1a41dc5908f579f7ba11f21b51d9b35a65d488 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 21 Jun 2011 22:52:08 +0000 Subject: [PATCH] Fix build with clang by making the port respect CC. While we're here remove the md5 summ. PR: 158131 Submitted by: Niclas Zeising --- graphics/fujiplay/Makefile | 3 +++ graphics/fujiplay/distinfo | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index 480d3f827a9e..51b8ea99df1e 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -21,6 +21,9 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/fujiplay bin/yycc2ppm PORTDOCS= README fujiplay.lsm mx700-commands.html +post-patch: + @${REINPLACE_CMD} -e 's/^\(CC[^g]*\)gcc$$/\1${CC}/' ${WRKSRC}/Makefile + do-install: (cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin) .if !defined(NOPORTDOCS) diff --git a/graphics/fujiplay/distinfo b/graphics/fujiplay/distinfo index 35b021949084..3625ddda7ed9 100644 --- a/graphics/fujiplay/distinfo +++ b/graphics/fujiplay/distinfo @@ -1,3 +1,2 @@ -MD5 (fujiplay.tgz) = b5702d555813853ff63918ed285c4cdd SHA256 (fujiplay.tgz) = d65c473b799532169d6ff362c24ee81f98efa2d2031bbcb8b638606701e75438 SIZE (fujiplay.tgz) = 12588