diff options
author | Christopher Baines <mail@cbaines.net> | 2019-02-11 09:28:49 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-02-13 08:03:00 +0000 |
commit | e7e259a50335269cddd004482a655f59d5c7a237 (patch) | |
tree | 7a1767854f59b0fb22df5e66cf4c7cfbb9e40ea9 /gnu/local.mk | |
parent | b0a372637f683eae35802af93d67711c3a18e480 (diff) | |
download | patches-e7e259a50335269cddd004482a655f59d5c7a237.tar patches-e7e259a50335269cddd004482a655f59d5c7a237.tar.gz |
gnu: red-eclipse: Fix build.
Add a patch from the upstream repository [1] that resolves some errors that
prevent the package from building [2].
1: https://github.com/red-eclipse/base/commit/b16b4963c1ad81bb9ef784bc49
2: error: ‘____gammal_r_finite’ was not declared in this scope
* gnu/packages/games.scm (red-eclipse)[source] Add patch.
* gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: New file
* gnu/local.mk (dist_patch_DATA): Add new patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cd1fd6e419..af0337378c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1197,6 +1197,7 @@ dist_patch_DATA = \ %D%/packages/patches/rct-add-missing-headers.patch \ %D%/packages/patches/readline-link-ncurses.patch \ %D%/packages/patches/readline-6.2-CVE-2014-2524.patch \ + %D%/packages/patches/red-eclipse-remove-gamma-name-hack.patch \ %D%/packages/patches/reposurgeon-add-missing-docbook-files.patch \ %D%/packages/patches/reptyr-fix-gcc-7.patch \ %D%/packages/patches/ripperx-missing-file.patch \ |