diff options
author | 2009-08-10 14:02:36 +0000 | |
---|---|---|
committer | 2009-08-10 14:02:36 +0000 | |
commit | 698294969cdace1ada71d013f502704b42d082f7 (patch) | |
tree | 15902f8b5f11c6b233e38bc6ec43c20ff0edd828 /sci-biology/ncbi-tools++/files/ncbi-tools++-2009.05.15-gcc44.patch | |
parent | Added example useflag and install static libs (#257252). (diff) | |
download | gentoo-2-698294969cdace1ada71d013f502704b42d082f7.tar.gz gentoo-2-698294969cdace1ada71d013f502704b42d082f7.tar.bz2 gentoo-2-698294969cdace1ada71d013f502704b42d082f7.zip |
Fix building with GCC 4.4+ wrt #280237. Keyword -amd64 because the build system doesn't support x86_64 (relocation R_X86_64_32S -fPIC issues).
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/ncbi-tools++/files/ncbi-tools++-2009.05.15-gcc44.patch')
-rw-r--r-- | sci-biology/ncbi-tools++/files/ncbi-tools++-2009.05.15-gcc44.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-biology/ncbi-tools++/files/ncbi-tools++-2009.05.15-gcc44.patch b/sci-biology/ncbi-tools++/files/ncbi-tools++-2009.05.15-gcc44.patch new file mode 100644 index 000000000000..9ab210d338e0 --- /dev/null +++ b/sci-biology/ncbi-tools++/files/ncbi-tools++-2009.05.15-gcc44.patch @@ -0,0 +1,12 @@ +diff -ur ncbi_cxx--May_15_2009.orig/src/dbapi/driver/dblib/context.cpp ncbi_cxx--May_15_2009/src/dbapi/driver/dblib/context.cpp +--- ncbi_cxx--May_15_2009.orig/src/dbapi/driver/dblib/context.cpp 2008-11-13 23:13:10.000000000 +0200 ++++ ncbi_cxx--May_15_2009/src/dbapi/driver/dblib/context.cpp 2009-08-10 16:54:33.000000000 +0300 +@@ -781,7 +781,7 @@ + # elif NCBI_FTDS == 8 + # define NCBI_FTDS_DRV_NAME "ftds8" + # define NCBI_FTDS_ENTRY_POINT DBAPI_E_ftds8 +-# elif ++# else + # error "This version of FreeTDS is not supported" + # endif + #endif |