diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-09-22 20:30:36 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-09-22 22:42:37 +0300 |
commit | 0dbb7ac2df86787cfcb7ae35915a0bfe88a500f9 (patch) | |
tree | f07884489efa6877024bdb406bfbab9be7f37021 /gnu/local.mk | |
parent | c788c5feb154e5b4d909d34f259a5f1ea6e7c572 (diff) | |
download | patches-0dbb7ac2df86787cfcb7ae35915a0bfe88a500f9.tar patches-0dbb7ac2df86787cfcb7ae35915a0bfe88a500f9.tar.gz |
gnu: plink: Set endian-ness on more architectures.
* gnu/packages/patches/plink-endian-detection.patch: New file.
* gnu/packages/bioinformatics.scm (plink)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
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 a7566382dc..d71d1c4efc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -745,6 +745,7 @@ dist_patch_DATA = \ %D%/packages/patches/pinball-system-ltdl.patch \ %D%/packages/patches/pingus-sdl-libs-config.patch \ %D%/packages/patches/plink-1.07-unclobber-i.patch \ + %D%/packages/patches/plink-endian-detection.patch \ %D%/packages/patches/plotutils-libpng-jmpbuf.patch \ %D%/packages/patches/polkit-drop-test.patch \ %D%/packages/patches/portaudio-audacity-compat.patch \ |