summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-01-29 10:45:01 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-01-29 10:45:01 +0000
commit1b7f76692960619b1761d027e73b39a8b4e19cda (patch)
tree89c24ece4c746fbac97792cd1551278de50e955e /dev-lang/R/files
parentAdded qt-svg dependency, switch to eapi 2 (diff)
downloadgentoo-2-1b7f76692960619b1761d027e73b39a8b4e19cda.tar.gz
gentoo-2-1b7f76692960619b1761d027e73b39a8b4e19cda.tar.bz2
gentoo-2-1b7f76692960619b1761d027e73b39a8b4e19cda.zip
Move 2.7.2 to EAPI=2 and close bug #252661
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/R/files')
-rw-r--r--dev-lang/R/files/R-2.8.0-without-X.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-lang/R/files/R-2.8.0-without-X.patch b/dev-lang/R/files/R-2.8.0-without-X.patch
deleted file mode 100644
index 0fefc65083ef..000000000000
--- a/dev-lang/R/files/R-2.8.0-without-X.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# missing ; in source code causes build failure when configured via
-# --without-X
-diff -Naur R-2.8.0/src/main/platform.c R-2.8.0.new/src/main/platform.c
---- R-2.8.0/src/main/platform.c 2008-10-07 22:05:05.000000000 -0400
-+++ R-2.8.0.new/src/main/platform.c 2008-10-31 08:44:10.000000000 -0400
-@@ -1654,7 +1654,7 @@
- # ifdef HAVE_X11
- int X11 = NA_LOGICAL;
- # else
-- int X11 = FALSE
-+ int X11 = FALSE;
- # endif
- #endif
-