diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-21 15:34:23 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-21 15:34:23 +0000 |
commit | 9fbaf75bc0a6247a7844e47553bdfc61c87f783f (patch) | |
tree | d942b963481de4793681d2ac1781e31fde62ba58 /sci-biology/yass | |
parent | Equal USE description among packages (diff) | |
download | gentoo-2-9fbaf75bc0a6247a7844e47553bdfc61c87f783f.tar.gz gentoo-2-9fbaf75bc0a6247a7844e47553bdfc61c87f783f.tar.bz2 gentoo-2-9fbaf75bc0a6247a7844e47553bdfc61c87f783f.zip |
Clean patch on one line
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/yass')
-rw-r--r-- | sci-biology/yass/files/1.14-as-needed.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-biology/yass/files/1.14-as-needed.patch b/sci-biology/yass/files/1.14-as-needed.patch index cafc0f1971c8..e57503801c7a 100644 --- a/sci-biology/yass/files/1.14-as-needed.patch +++ b/sci-biology/yass/files/1.14-as-needed.patch @@ -197,12 +197,11 @@ index 68453ef..3ecfd21 100644 AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile diff --git a/src/Makefile.am b/src/Makefile.am -index e456f94..ff8400a 100644 +index e456f94..8d90ca9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -6,3 +6,5 @@ +@@ -6,3 +6,4 @@ bin_PROGRAMS = yass yass_SOURCES = align.c assemble.c avl.c display.c global_var.c hash.c kword.c list.c main.c prdyn.c proba.c red_black.c regroup.c threads.c tuple.c util.c \ align.h assemble.h avl.h display.h global_var.h hash.h kword.h list.h prdyn.h proba.h red_black.h regroup.h threads.h tuple.h util.h +yass_LDADD = -lm -+# yass_LDADD = -lm $(LIBS) |