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 D7E82138334 for ; Sun, 15 Jul 2018 09:23:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40C1AE07FA; Sun, 15 Jul 2018 09:23:58 +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 1B8A9E07FA for ; Sun, 15 Jul 2018 09:23:58 +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 7BC26335C95 for ; Sun, 15 Jul 2018 09:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 435B0376 for ; Sun, 15 Jul 2018 09:23:54 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1531646384.2cc4953f436b02eab1f096d6fbf5fc798e14537d.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche-qdbm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch X-VCS-Directories: dev-scheme/gauche-qdbm/files/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 2cc4953f436b02eab1f096d6fbf5fc798e14537d X-VCS-Branch: master Date: Sun, 15 Jul 2018 09:23:54 +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-Archives-Salt: 60e3e475-6afc-443c-9793-c90ed5dc4855 X-Archives-Hash: ef00eb060b88e61f33c17ae221296ebb commit: 2cc4953f436b02eab1f096d6fbf5fc798e14537d Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 15 09:19:44 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 15 09:19:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc4953f dev-scheme/gauche-qdbm: respect CFLAGS/LDFLAGS Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch b/dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch index 74e522e3ad7..5c5b0bc5a3f 100644 --- a/dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch +++ b/dev-scheme/gauche-qdbm/files/gauche-qdbm-gauche-package.patch @@ -18,7 +18,9 @@ -GOSH = @GOSH@ -GAUCHE_CONFIG = @GAUCHE_CONFIG@ +DESTDIR = ++CFLAGS = @CFLAGS@ +CPPFLAGS = @CPPFLAGS@ # AC_LIB_LINKFLAGS adds to this.. ++LDFLAGS = @LDFLAGS@ +GOSH = "@GOSH@" +GAUCHE_CONFIG = "@GAUCHE_CONFIG@" +GAUCHE_PACKAGE = "@GAUCHE_PACKAGE@" @@ -79,9 +81,7 @@ -$(MODULE)_head.c $(MODULE)_tail.c : - $(GAUCHE_CONFIG) --fixup-extension $(MODULE) +$(PACKAGE).$(SOEXT): $(qdbm_SRCS) -+ $(GAUCHE_PACKAGE) compile --verbose \ -+ --libs="$(qdbm_LIBS)" --cppflags="$(CPPFLAGS)" \ -+ $(PACKAGE) $(qdbm_SRCS) ++ $(GAUCHE_PACKAGE) compile --verbose --cppflags="$(CPPFLAGS)" --cflags="$(CFLAGS)" --ldflags="$(LDFLAGS)" --libs="$(qdbm_LIBS)" $(PACKAGE) $(qdbm_SRCS) check : all @rm -f test.log