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 094BD138239 for ; Mon, 29 Apr 2019 03:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4FF1E087B; Mon, 29 Apr 2019 03:59:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CC770E087B for ; Mon, 29 Apr 2019 03:59:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1E2F2342C47 for ; Mon, 29 Apr 2019 03:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D3CFA8 for ; Mon, 29 Apr 2019 03:59:51 +0000 (UTC) From: "William Breathitt Gray" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Breathitt Gray" Message-ID: <1556510344.81ca149dd90adbf81370e80e09b1b9e88a4440ea.vilhelm.gray@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/fbc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/fbc/fbc-1.06.0.ebuild X-VCS-Directories: dev-lang/fbc/ X-VCS-Committer: vilhelm.gray X-VCS-Committer-Name: William Breathitt Gray X-VCS-Revision: 81ca149dd90adbf81370e80e09b1b9e88a4440ea X-VCS-Branch: dev Date: Mon, 29 Apr 2019 03:59:51 +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: 10b2cbfd-5d17-42c8-a558-962441c69adb X-Archives-Hash: 7a25eb8283ef894a7b91d0a29ec04f93 commit: 81ca149dd90adbf81370e80e09b1b9e88a4440ea Author: William Breathitt Gray gmail com> AuthorDate: Mon Apr 29 03:59:04 2019 +0000 Commit: William Breathitt Gray gmail com> CommitDate: Mon Apr 29 03:59:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81ca149d dev-lang/fbc: Fix xcflags array print out Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: William Breathitt Gray gmail.com> dev-lang/fbc/fbc-1.06.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/fbc/fbc-1.06.0.ebuild b/dev-lang/fbc/fbc-1.06.0.ebuild index ba5b069..0fafe2e 100644 --- a/dev-lang/fbc/fbc-1.06.0.ebuild +++ b/dev-lang/fbc/fbc-1.06.0.ebuild @@ -86,7 +86,7 @@ src_compile() { fblflags+=${LDFLAGS//-Wl,/-Wl } # Build fbc - emake CFLAGS="${CFLAGS} ${xcflags[@]}" FBC="${fbc}" FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}" + emake CFLAGS="${CFLAGS} ${xcflags[*]}" FBC="${fbc}" FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}" } src_install() {