From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-lang/R/files/R-3.0.0-rmath-shared.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-lang/R/files/R-3.0.0-rmath-shared.patch (limited to 'dev-lang/R/files/R-3.0.0-rmath-shared.patch') diff --git a/dev-lang/R/files/R-3.0.0-rmath-shared.patch b/dev-lang/R/files/R-3.0.0-rmath-shared.patch deleted file mode 100644 index f53fb7910511..000000000000 --- a/dev-lang/R/files/R-3.0.0-rmath-shared.patch +++ /dev/null @@ -1,28 +0,0 @@ -Link with libm to fix unresolved symbols when linked with as-needed -and add a soname to the standalone math library -R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14953 - -Patch by Sebastien Fabbro -Adapted to R-3.0.0 by Denis Dupeyron - ---- src/nmath/standalone/Makefile.in.orig 2013-04-04 14:39:15.777544946 -0600 -+++ src/nmath/standalone/Makefile.in 2013-04-04 14:40:51.256153179 -0600 -@@ -64,7 +64,8 @@ - Rexeclibdir_LTLIBRARIES = $(libRmath_la) - libRmath_la_SOURCES = $(SOURCES) - libRmath_la_OBJECTS = $(OBJECTS:.o=.lo) --libRmath_la_LDFLAGS = -+libRmath_la_LDFLAGS = -Wl,-soname=libRmath.so -+libRmath_la_LIBADD = $(LIBM) - - CLEANFILES = Makedeps *.d *.o *.lo test $(SOURCES) - DISTCLEANFILES = Makefile $(Rexeclibdir_LIBRARIES) $(Rexeclibdir_LTLIBRARIES) -@@ -117,7 +118,7 @@ - - ## under peculiar circumstances, $(LIBM) here helps. - $(libRmath_la): $(libRmath_la_OBJECTS) -- $(DYLIB_LINK) -o $@ $(libRmath_la_LDFLAGS) $(libRmath_la_OBJECTS) $(LIBM) -+ $(DYLIB_LINK) $(libRmath_la_LDFLAGS) $(libRmath_la_OBJECTS) $(libRmath_la_LIBADD) -o $@ - - test: $(srcdir)/test.c - $(CC) -o $@ $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(srcdir)/test.c \ -- cgit v1.2.3