[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31047] [PATCH] gnu: 4store: Remove preprocessor directive.
From: |
Ludovic Courtès |
Subject: |
[bug#31047] [PATCH] gnu: 4store: Remove preprocessor directive. |
Date: |
Wed, 04 Apr 2018 13:57:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Roel Janssen <address@hidden> skribis:
> From c199e8bc2ae4db3ecd8dcc4267619d9fdc2e9a1b Mon Sep 17 00:00:00 2001
> From: Roel Janssen <address@hidden>
> 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.
Otherwise LGTM, thanks!
Ludo’.