* [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-2.8.0-without-X.patch
@ 2008-10-31 13:05 Markus Dittrich (markusle)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Dittrich (markusle) @ 2008-10-31 13:05 UTC (permalink / raw
To: gentoo-commits
markusle 08/10/31 13:05:36
Added: R-2.8.0-without-X.patch
Log:
Fixed bug in source code preventing building with USE=-X (see bug #245027).
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-SENTINEL-1 i686)
Revision Changes Path
1.1 dev-lang/R/files/R-2.8.0-without-X.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/R/files/R-2.8.0-without-X.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/R/files/R-2.8.0-without-X.patch?rev=1.1&content-type=text/plain
Index: R-2.8.0-without-X.patch
===================================================================
# 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-2.8.0-without-X.patch
@ 2009-01-29 10:45 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-01-29 10:45 UTC (permalink / raw
To: gentoo-commits
bicatali 09/01/29 10:45:01
Removed: R-2.8.0-without-X.patch
Log:
Move 2.7.2 to EAPI=2 and close bug #252661
(Portage version: 2.2_rc23/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-29 10:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 13:05 [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-2.8.0-without-X.patch Markus Dittrich (markusle)
-- strict thread matches above, loose matches on Subject: below --
2009-01-29 10:45 Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox