From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3i1I-0005A4-Tu for guix-patches@gnu.org; Wed, 04 Apr 2018 09:00:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3i1D-0000Ct-5g for guix-patches@gnu.org; Wed, 04 Apr 2018 09:00:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58173) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f3i1D-0000Ce-2F for guix-patches@gnu.org; Wed, 04 Apr 2018 09:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f3i1C-0000Mr-RW for guix-patches@gnu.org; Wed, 04 Apr 2018 09:00:02 -0400 Subject: bug#31047: [PATCH] gnu: 4store: Remove preprocessor directive. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <87zi2k5lkw.fsf@gnu.org> <87d0zfdw10.fsf@gnu.org> <878ta33z9c.fsf@gnu.org> From: Roel Janssen In-reply-to: <878ta33z9c.fsf@gnu.org> Date: Wed, 04 Apr 2018 14:58:57 +0200 Message-ID: <877epn3z72.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31047-done@debbugs.gnu.org Roel Janssen writes: > Ludovic Courtès writes: > >> Roel Janssen skribis: >> >>> From c199e8bc2ae4db3ecd8dcc4267619d9fdc2e9a1b Mon Sep 17 00:00:00 2001 >>> From: Roel Janssen >>> Date: Tue, 3 Apr 2018 17:47:05 +0200 >>> Subject: [PATCH] gnu: 4store: Remove preprocessor directive. >>> >>> * gnu/packages/databases.scm (4store): Add patch to remove preprocessor >>> directive. >>> * gnu/packages/patches/4store-unset-preprocessor-directive.patch: New file. >>> * gnu/local.mk: Register patch. >> >> [...] >> >>> + (patches (list (search-patch "4store-unset-preprocessor-directive.patch") >>> + (search-patch "4store-fix-buildsystem.patch"))))) >> >> You can even use ‘search-patches’ here. > > Of course. Old habits die hard I suppose.. > I used ‘search-patches’ and pushed in ea09f99f7. > > Thanks! > > Kind regards, > Roel Janssen I forgot to mark is as done. So here goes. Kind regards, Roel Janssen