diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-05 12:19:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-05 12:19:57 +0000 |
commit | 7dcd9e15b10069a001ba23d6e828df09594a060d (patch) | |
tree | 3ae8e07a2d55ddd549ac131ffbdbfe660ff16bee /sci-libs/dsdp/files | |
parent | restored lost ~x86-fbsd (we have ghc there now) (diff) | |
download | gentoo-2-7dcd9e15b10069a001ba23d6e828df09594a060d.tar.gz gentoo-2-7dcd9e15b10069a001ba23d6e828df09594a060d.tar.bz2 gentoo-2-7dcd9e15b10069a001ba23d6e828df09594a060d.zip |
Make it gold resistant, #370109
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/dsdp/files')
-rw-r--r-- | sci-libs/dsdp/files/dsdp-5.8-gold.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/dsdp/files/dsdp-5.8-gold.patch b/sci-libs/dsdp/files/dsdp-5.8-gold.patch new file mode 100644 index 000000000000..ae677820ffc3 --- /dev/null +++ b/sci-libs/dsdp/files/dsdp-5.8-gold.patch @@ -0,0 +1,13 @@ +diff --git a/examples/Makefile b/examples/Makefile +index 8d7d433..11b9c8c 100644 +--- a/examples/Makefile ++++ b/examples/Makefile +@@ -4,7 +4,7 @@ default: + + include ../make.include + +-EXAMPLE_LIBS = ${DSDPLIB} ${LAPACKBLAS} ++EXAMPLE_LIBS = ${DSDPLIB} ${LAPACKBLAS} -lm + + dsdp: exinfo clean + ${MEX} -I${DSDPROOT}/include dsdp.c ${DSDPLIB}; |