mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
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>
This commit is contained in:
parent
95e18421da
commit
cb1a41dc59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276041
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,9 @@ NO_WRKSUBDIR= yes
|
||||||
PLIST_FILES= bin/fujiplay bin/yycc2ppm
|
PLIST_FILES= bin/fujiplay bin/yycc2ppm
|
||||||
PORTDOCS= README fujiplay.lsm mx700-commands.html
|
PORTDOCS= README fujiplay.lsm mx700-commands.html
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's/^\(CC[^g]*\)gcc$$/\1${CC}/' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
(cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin)
|
(cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin)
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
MD5 (fujiplay.tgz) = b5702d555813853ff63918ed285c4cdd
|
|
||||||
SHA256 (fujiplay.tgz) = d65c473b799532169d6ff362c24ee81f98efa2d2031bbcb8b638606701e75438
|
SHA256 (fujiplay.tgz) = d65c473b799532169d6ff362c24ee81f98efa2d2031bbcb8b638606701e75438
|
||||||
SIZE (fujiplay.tgz) = 12588
|
SIZE (fujiplay.tgz) = 12588
|
||||||
|
|
Loading…
Add table
Reference in a new issue