public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Dittrich (markusle)" <markusle@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-2.8.0-without-X.patch
Date: Fri, 31 Oct 2008 13:05:36 +0000	[thread overview]
Message-ID: <E1Kvth2-0002l9-MR@stork.gentoo.org> (raw)

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
 






             reply	other threads:[~2008-10-31 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31 13:05 Markus Dittrich (markusle) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-29 10:45 [gentoo-commits] gentoo-x86 commit in dev-lang/R/files: R-2.8.0-without-X.patch Sebastien Fabbro (bicatali)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Kvth2-0002l9-MR@stork.gentoo.org \
    --to=markusle@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox