From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDC92138359 for ; Sun, 6 Sep 2020 09:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01A75E0932; Sun, 6 Sep 2020 09:53:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D944EE0932 for ; Sun, 6 Sep 2020 09:53:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8595133BED4 for ; Sun, 6 Sep 2020 09:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03826342 for ; Sun, 6 Sep 2020 09:53:56 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1599386020.f830cb68adbafb282fdbae8f2e71ecbbdc8c0b45.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gogglesmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild X-VCS-Directories: media-sound/gogglesmm/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: f830cb68adbafb282fdbae8f2e71ecbbdc8c0b45 X-VCS-Branch: master Date: Sun, 6 Sep 2020 09:53:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fe099b6-ff5c-4523-a505-5763e4a7a0c3 X-Archives-Hash: 2612e3e3446a5c681ab99648977db6de commit: f830cb68adbafb282fdbae8f2e71ecbbdc8c0b45 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Sep 6 09:53:40 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Sep 6 09:53:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f830cb68 media-sound/googlesmm: fixed emerge wrt xdm Closes: https://bugs.gentoo.org/740676 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild b/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild index 18772a8d092..e5b64d9f625 100644 --- a/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild +++ b/media-sound/gogglesmm/gogglesmm-1.2.1-r1.ebuild @@ -34,6 +34,10 @@ DEPEND="dev-util/cmake ${RDEPEND}" PATCHES=( "${FILESDIR}"/"${P}"-use-fox-1.7.67.patch ) +src_prepare() { + cmake_src_prepare +} + src_configure() { local mycmakeargs=( -DWITH_DBUS="$(usex dbus)"