diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-04-03 17:37:59 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-04-03 17:37:59 +0000 |
commit | 68d427df65f09698c32bb91c86ced29920761d90 (patch) | |
tree | 74e902f0e68ebe6351d19fe1fac36a5eb8fb137e /app-sci/clustalw/files | |
parent | Added busybox.links into scripts dir. Closes #18678. (diff) | |
download | historical-68d427df65f09698c32bb91c86ced29920761d90.tar.gz historical-68d427df65f09698c32bb91c86ced29920761d90.tar.bz2 historical-68d427df65f09698c32bb91c86ced29920761d90.zip |
Initial release. This ebuild was submitted by Gontran Zepeda <gontran@gontran.net>. Should close #18679.
Diffstat (limited to 'app-sci/clustalw/files')
-rw-r--r-- | app-sci/clustalw/files/digest-clustalw-1.83 | 1 | ||||
-rw-r--r-- | app-sci/clustalw/files/optimize-clustalw1.83.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-sci/clustalw/files/digest-clustalw-1.83 b/app-sci/clustalw/files/digest-clustalw-1.83 new file mode 100644 index 000000000000..f2c2bf79faef --- /dev/null +++ b/app-sci/clustalw/files/digest-clustalw-1.83 @@ -0,0 +1 @@ +MD5 dc240277e5bb14ffc106d4a5fda87752 clustalw1.83.UNIX.tar.gz 166863 diff --git a/app-sci/clustalw/files/optimize-clustalw1.83.patch b/app-sci/clustalw/files/optimize-clustalw1.83.patch new file mode 100644 index 000000000000..b987c2399a24 --- /dev/null +++ b/app-sci/clustalw/files/optimize-clustalw1.83.patch @@ -0,0 +1,13 @@ +--- makefile.orig 2003-03-26 16:04:35.000000000 +0000 ++++ makefile 2003-03-26 16:05:42.000000000 +0000 +@@ -11,8 +11,8 @@ + HEADERS = general.h clustalw.h + + CC = cc +-CFLAGS = -c -O +-LFLAGS = -O -lm ++CFLAGS += -c ++LFLAGS = -lm + + clustalw : $(OBJECTS) amenu.o clustalw.o + $(CC) -o $@ $(OBJECTS) amenu.o clustalw.o $(LFLAGS) |