summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-10-24 03:24:26 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-10-24 03:24:26 +0000
commit40da58f94370fc10e7ddfc5a37498188c38c4b65 (patch)
tree15617103f3fc795ab36708c33dbb94839ce23289 /dev-lang/R/files
parentMarked stable on amd64 for bug #136665 (diff)
downloadhistorical-40da58f94370fc10e7ddfc5a37498188c38c4b65.tar.gz
historical-40da58f94370fc10e7ddfc5a37498188c38c4b65.tar.bz2
historical-40da58f94370fc10e7ddfc5a37498188c38c4b65.zip
Fixed linking problems with as-needed. See bug #151908.
Package-Manager: portage-2.1.2_pre3-r7
Diffstat (limited to 'dev-lang/R/files')
-rw-r--r--dev-lang/R/files/R-2.4.0-as-needed-gentoo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/R/files/R-2.4.0-as-needed-gentoo.patch b/dev-lang/R/files/R-2.4.0-as-needed-gentoo.patch
new file mode 100644
index 000000000000..ececae4ba63d
--- /dev/null
+++ b/dev-lang/R/files/R-2.4.0-as-needed-gentoo.patch
@@ -0,0 +1,12 @@
+diff -Naur R-2.4.0/src/modules/lapack/Makefile.in R-2.4.0-new/src/modules/lapack/Makefile.in
+--- R-2.4.0/src/modules/lapack/Makefile.in 2006-09-04 10:41:35.000000000 -0400
++++ R-2.4.0-new/src/modules/lapack/Makefile.in 2006-10-23 22:40:05.000000000 -0400
+@@ -78,7 +78,7 @@
+ ## Include BLAS here, as with (static) ATLAS that pulls all the
+ ## BLAS routines into one place.
+ $(Rlapack_la): $(LIBOBJECTS)
+- $(DYLIB_LINK) -o $@ $(LIBOBJECTS) @BLAS_LIBS@ $(Rlapack_la_LIBADD)
++ $(DYLIB_LINK) -o $@ $(LIBOBJECTS) @BLAS_LIBS@ $(Rlapack_la_LIBADD) $(FLIBS)
+
+ Rlapack_install: $(Rlapack_la)
+ @$(MKINSTALLDIRS) $(Rexeclibdir)