diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-06-27 01:44:20 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-06-27 01:44:20 +0000 |
commit | 5eca3a4a295cd1682444d3ef6896a5a933f9e322 (patch) | |
tree | 033f0fc01202939fd6c84f681061a4d623d0dd2f /sci-biology/ncbi-tools/files | |
parent | Add missing MD5 digests for bug #138128. (diff) | |
download | gentoo-2-5eca3a4a295cd1682444d3ef6896a5a933f9e322.tar.gz gentoo-2-5eca3a4a295cd1682444d3ef6896a5a933f9e322.tar.bz2 gentoo-2-5eca3a4a295cd1682444d3ef6896a5a933f9e322.zip |
Fixed ppc64 lop patch
(Portage version: 2.1-r1)
Diffstat (limited to 'sci-biology/ncbi-tools/files')
-rw-r--r-- | sci-biology/ncbi-tools/files/ncbi-tools-lop.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-biology/ncbi-tools/files/ncbi-tools-lop.patch b/sci-biology/ncbi-tools/files/ncbi-tools-lop.patch new file mode 100644 index 000000000000..867b203aecb1 --- /dev/null +++ b/sci-biology/ncbi-tools/files/ncbi-tools-lop.patch @@ -0,0 +1,15 @@ +--- platform/linux-power.ncbi.mk.bak 2005-08-04 22:45:13.000000000 -0500 ++++ platform/linux-power.ncbi.mk 2005-08-04 22:45:35.000000000 -0500 +@@ -9,10 +9,10 @@ + #it appears the flags above do not work anymore with newer libc, + #the new flags should work. Dima. 08/23/01 + NCBI_AR=ar +-NCBI_CC = xlc_r -w -qcpluscmt -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE ++NCBI_CC = gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE + NCBI_CFLAGS1 = -c + NCBI_LDFLAGS1 = -O3 -D_LARGE_FILES +-NCBI_OPTFLAG = -O3 -qmaxmem=-1 -D_LARGE_FILE ++NCBI_OPTFLAG = -O3 -D_LARGE_FILE + NCBI_BIN_MASTER = /vol/stcfs/rchen/LoP/ncbi/bin + NCBI_BIN_COPY = /vol/stcfs/rchen/LoP/ncbi/bin + NCBI_INCDIR = /vol/stcfs/rchen/LoP/ncbi/include |