Date: Fri, 04 Oct 2019 22:20:36 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 239152] adapt multimedia/totem for clang-on-powerpc Message-ID: <bug-239152-6497-vpaCGS3Aec@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239152-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-239152-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239152 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: linimon Date: Fri Oct 4 22:20:04 UTC 2019 New revision: 513790 URL: https://svnweb.freebsd.org/changeset/ports/513790 Log: Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. Tested on both amd64 and powerpc64. PR: 239152 Approved by: gnome (maintainer-timeout > 1 month) Changes: head/multimedia/totem/Makefile --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239152-6497-vpaCGS3Aec>