[77990] trunk/dports/graphics/openjpeg
Ryan Schmidt
ryandesign at macports.org
Mon Apr 18 20:09:30 PDT 2011
On Apr 18, 2011, at 22:07, mcalhoun at macports.org wrote:
> Revision: 77990
> http://trac.macports.org/changeset/77990
> Author: mcalhoun at macports.org
> Date: 2011-04-18 20:07:31 -0700 (Mon, 18 Apr 2011)
> Log Message:
> -----------
> openjpeg: Fix inability to copy .dSYM directory with library; Fixes #29193.
> No revision increases needed since the library builds correctly or not at all.
> + all-local:
> + @$(INSTALL) -d ../bin
> +- @cp -P .libs/libopenjpeg.* ../bin/
> ++ @cp -PR .libs/libopenjpeg.* ../bin/
> + @rm -f ../bin/libopenjpeg.la*
> + @rm -rf .report_lib
> + @$(INSTALL) -d .report_lib
> +- @cp -P .libs/libopenjpeg.* .report_lib
> ++ @cp -PR .libs/libopenjpeg.* .report_lib
> + @rm -f .report_lib/libopenjpeg.lai
> + @echo "" > .report.txt
> + @echo "Installing: ${prefix}/include/${headerdir}/" >> .report.txt
Is that the correct solution? Do we want .dSYM directories installed? Or should they be ignored when installing?
More information about the macports-dev
mailing list