diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-06-22 06:52:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-06-22 06:52:08 +0800 |
commit | 4ab2c8664e5a438a56d1b94f04a72dd22af1a9a9 (patch) | |
tree | b6a5a854324ee2cf6df12bf33c2b029d7b6a4b8d /graphics | |
parent | 8f2068be027aa75967e706821f00c49ae7b0ebc4 (diff) | |
download | freebsd-ports-gnome-4ab2c8664e5a438a56d1b94f04a72dd22af1a9a9.tar.gz freebsd-ports-gnome-4ab2c8664e5a438a56d1b94f04a72dd22af1a9a9.tar.zst freebsd-ports-gnome-4ab2c8664e5a438a56d1b94f04a72dd22af1a9a9.zip |
Fix build with clang by making the port respect CC. While we're here remove
the md5 summ.
PR: 158131
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fujiplay/Makefile | 3 | ||||
-rw-r--r-- | graphics/fujiplay/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
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 |