diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-05-05 00:38:59 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-05-05 00:52:53 -0500 |
commit | 401f9a8b15b126dc6b8a357474f89ae7cb915601 (patch) | |
tree | 0dd539ec0e95cda39bca68b5e76120d627d05838 /gnu-system.am | |
parent | 21481a284af7b7e9ad33fe072fde9d2ee3274017 (diff) | |
download | guix-401f9a8b15b126dc6b8a357474f89ae7cb915601.tar guix-401f9a8b15b126dc6b8a357474f89ae7cb915601.tar.gz |
gnu: fltk: Fix undefined symbol errors for shared libraries.
* gnu/packages/patches/fltk-shared-lib-defines.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/fltk.scm (source)[patches]: New field.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 0644a649a3..798188f7e7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -418,6 +418,7 @@ dist_patch_DATA = \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/flashrom-use-libftdi1.patch \ gnu/packages/patches/flex-bison-tests.patch \ + gnu/packages/patches/fltk-shared-lib-defines.patch \ gnu/packages/patches/gawk-shell.patch \ gnu/packages/patches/gcc-arm-link-spec-fix.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ |