diff options
author | 2019-04-06 21:01:08 +0200 | |
---|---|---|
committer | 2019-04-06 21:01:08 +0200 | |
commit | 3230f4fae4d914eabb4683d57f27d0633d3adc6b (patch) | |
tree | 2df9ff32b3cb3fb6146b47cd42dc8836af3778a6 /sci-biology/consed/files/consed-29-fix-build-system.patch | |
parent | dev-util/electron: add USE=+system-ssl (diff) | |
download | gentoo-3230f4fae4d914eabb4683d57f27d0633d3adc6b.tar.gz gentoo-3230f4fae4d914eabb4683d57f27d0633d3adc6b.tar.bz2 gentoo-3230f4fae4d914eabb4683d57f27d0633d3adc6b.zip |
sci-biology/consed: Fix building under GCC 7+
consed (and MOTIF programs in general) is very sensitive
to link order:
* http://users.polytech.unice.fr/~buffa/cours/X11_Motif/motif-faq/part9/faq-doc-10.html
* https://bugzilla.redhat.com/show_bug.cgi?id=870712
Closes: https://bugs.gentoo.org/681920
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/consed/files/consed-29-fix-build-system.patch')
-rw-r--r-- | sci-biology/consed/files/consed-29-fix-build-system.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/consed/files/consed-29-fix-build-system.patch b/sci-biology/consed/files/consed-29-fix-build-system.patch index 27c9c552fe3f..30819f93ac80 100644 --- a/sci-biology/consed/files/consed-29-fix-build-system.patch +++ b/sci-biology/consed/files/consed-29-fix-build-system.patch @@ -45,7 +45,7 @@ Make build system semi-sane: -/usr/X11R6/lib/libICE.a /usr/X11R6/lib/libXext.a /usr/X11R6/lib/libXmu.a \ -/usr/X11R6/lib/libXp.a /usr/lib/libm.a /me1/gordon/samtools/samtools-0.1.18/libbam.a /me1/gordon/samtools/samtools-0.1.18/bcftools/libbcf.a /me1/gordon/zlib/zlib-1.2.5/libz.a + -+MOTIF_LIBS ?= -lXt -lXm ++MOTIF_LIBS ?= -lXm -lXt +ALL_LIBS = $(LIBS) $(MOTIF_LIBS) $(X11_LIBS) $(SAMTOOLS_LIBS) |