/[gentoo-x86]/dev-lang/R/files/R-2.12.1-ldflags.patch
Gentoo

Contents of /dev-lang/R/files/R-2.12.1-ldflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Mon Jan 2 19:47:54 2012 UTC (16 months, 2 weeks ago) by bicatali
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -0 lines
Version bump. Fixed automagic dependencies on icu and tiff. Added required dependency on pango when cairo is set. Fixed as-needed on standalone math library. Added required use flags for graphics capabilities (bug #373649). Removed glibc hacks, applied on glibc package. Commented patches for another attempt to submit them upstream. Removed older unstable versions, fixing bugs #353545, bug #357077, bug #382687, bug #384493, bug #384723.

(Portage version: 2.1.10.41/cvs/Linux x86_64)

1 bicatali 1.2 Respect ldflags on rscript
2     Patch by Sebastien Fabbro
3     https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14506
4    
5 bicatali 1.1 --- src/unix/Makefile.in.orig 2010-12-22 16:58:19.000000000 +0000
6     +++ src/unix/Makefile.in 2010-12-22 16:54:16.000000000 +0000
7     @@ -66,7 +66,7 @@
8    
9     ## we need to build at install time to capture the correct 'rhome'
10     install-Rscript:
11     - $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -DR_HOME='"$(rhome)"' -o Rscript \
12     + $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(LDFLAGS) -DR_HOME='"$(rhome)"' -o Rscript \
13     $(srcdir)/Rscript.c
14     @$(MKINSTALLDIRS) "$(DESTDIR)$(Rexecbindir)"
15     @$(INSTALL_PROGRAM) Rscript "$(DESTDIR)$(Rexecbindir)/Rscript"

  ViewVC Help
Powered by ViewVC 1.1.13