1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- honor CC

PR:		139965
Submitted by:	swell.k
This commit is contained in:
Dirk Meyer 2009-10-26 05:31:56 +00:00
parent 225601ddec
commit c87ced7ae5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243314

View File

@ -36,6 +36,9 @@ PLIST_FILES= include/openjpeg.h \
SHLIB_VER= 2
post-patch: .SILENT
${FIND} ${WRKSRC} -type f -name Makefile -exec ${REINPLACE_CMD} 's|gcc|$$(CC)|g' {} +
do-install:
${INSTALL_DATA} ${WRKSRC}/libopenjpeg/openjpeg.h ${PREFIX}/include/
${INSTALL_DATA} ${WRKSRC}/libopenjpeg.a ${PREFIX}/lib/