[101949] trunk/dports/kde/kde4-runtime
Ryan Schmidt
ryandesign at macports.org
Tue Jan 22 07:41:06 PST 2013
On Jan 22, 2013, at 09:00, nicos at macports.org wrote:
> Revision: 101949
> https://trac.macports.org/changeset/101949
> Author: nicos at macports.org
> Date: 2013-01-22 07:00:42 -0800 (Tue, 22 Jan 2013)
> Log Message:
> -----------
> kde4-runtime: suppress meaningless patch, forces clang as compiler (ticket 37574)
>
> Modified Paths:
> --------------
> trunk/dports/kde/kde4-runtime/Portfile
>
> Removed Paths:
> -------------
> trunk/dports/kde/kde4-runtime/files/
>
> Modified: trunk/dports/kde/kde4-runtime/Portfile
> ===================================================================
> --- trunk/dports/kde/kde4-runtime/Portfile 2013-01-22 14:39:53 UTC (rev 101948)
> +++ trunk/dports/kde/kde4-runtime/Portfile 2013-01-22 15:00:42 UTC (rev 101949)
> @@ -6,7 +6,7 @@
>
> name kde4-runtime
> version 4.9.5
> -revision 1
> +revision 2
> categories kde kde4
> maintainers sharky nicos
> license GPL-2+ LGPL-2.1+
> @@ -22,7 +22,11 @@
> checksums rmd160 8b8f4ed3647492a331a1d3638af60c2059b2de31 \
> sha256 1a840e1bb59ba1905d738188647e48556990142193885f4586473213b1a77ece
>
> -patchfiles patch-globalshortcutsregistry.diff
> +#Forces use of clang compiler (does not build with gcc, ticket #37574)
> +if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
> + depends_lib-append port:clang-3.1
> + configure.compiler macports-clang-3.1
> +}
Why use an old version of clang—why not clang-3.2, the latest stable version?
More information about the macports-dev
mailing list