[143737] trunk/dports/textproc/doxygen/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Dec 22 23:03:05 PST 2015
> On Dec 19, 2015, at 7:23 PM, mcalhoun at macports.org wrote:
>
> Revision
> 143737
> Author
> mcalhoun at macports.org
> Date
> 2015-12-19 17:23:15 -0800 (Sat, 19 Dec 2015)
> Log Message
>
> doxygen: remove duplicate arch flags (see #50044)
You should be able to revert this change, now that this was fixed in the cmake portgroup in r143801.
> Modified Paths
>
> • trunk/dports/textproc/doxygen/Portfile
> Diff
>
> Modified: trunk/dports/textproc/doxygen/Portfile (143736 => 143737)
>
> --- trunk/dports/textproc/doxygen/Portfile 2015-12-20 00:53:21 UTC (rev 143736)
> +++ trunk/dports/textproc/doxygen/Portfile 2015-12-20 01:23:15 UTC (rev 143737)
>
> @@ -54,6 +54,22 @@
>
> 8c51120ad55b440b738ef0b96f8169d84a7ae88a.patch \
>
> a8c73cdbe37cc53c398002d20e94037552a8fb55.patch
>
>
>
> +# cmake PortGroup sets arch flags
> +# duplicate archflags can cause problems
> +# see #50044
> +# see #48331
> +# see https://cmake.org/pipermail/cmake-developers/2015-September/thread.html#26586
>
> +configure.universal_cflags
> +configure.universal_cxxflags
> +configure.universal_objcflags
> +configure.universal_objcxxflags
> +configure.universal_ldflags
> +configure.cc_archflags
> +configure.cxx_archflags
> +configure.objc_archflags
> +configure.objcxx_archflags
> +configure.ld_archflags
>
More information about the macports-dev
mailing list