GNU bug report logs - #9177
[PATCH] 24.0.50: configure should allow building with librsvg on Mac

Previous Next

Package: emacs;

Reported by: Alp Aker <alptekin.aker <at> gmail.com>

Date: Wed, 27 Jul 2011 19:11:03 UTC

Severity: normal

Tags: patch

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9177 in the body.
You can then email your comments to 9177 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9177; Package emacs. (Wed, 27 Jul 2011 19:11:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alp Aker <alptekin.aker <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 27 Jul 2011 19:11:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alp Aker <alptekin.aker <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] 24.0.50: configure should allow building with librsvg on Mac
Date: Tue, 26 Jul 2011 16:45:01 -0400
When configuring --with-ns, one can also specify --with-rsvg, but the
latter option is respected only if building on GNUstep; it is ignored
when building on Darwin.  The restriction is unnecessary: if librsvg
is present, Emacs will build on Darwin and display svg images without
a problem. The following small change to configure.in would remove
this restriction.

2011-07-26  Alp Aker  <alp.tekin.aker <at> gmail.com>

	* configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
	build, not just GNUstep.

=== modified file 'configure.in'
--- configure.in	2011-07-13 10:36:12 +0000
+++ configure.in	2011-07-26 20:20:06 +0000
@@ -1821,7 +1821,7 @@

 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
 HAVE_RSVG=no
-if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then
+if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
   if test "${with_rsvg}" != "no"; then
     RSVG_REQUIRED=2.11.0
     RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9177; Package emacs. (Thu, 28 Jul 2011 18:34:02 GMT) Full text and rfc822 format available.

Message #8 received at 9177 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Alp Aker <alptekin.aker <at> gmail.com>
Cc: 9177 <at> debbugs.gnu.org
Subject: Re: bug#9177: [PATCH] 24.0.50: configure should allow building with
	librsvg on Mac
Date: Thu, 28 Jul 2011 14:33:31 -0400
Alp Aker <alptekin.aker <at> gmail.com> writes:

> When configuring --with-ns, one can also specify --with-rsvg, but the
> latter option is respected only if building on GNUstep; it is ignored
> when building on Darwin.  The restriction is unnecessary: if librsvg
> is present, Emacs will build on Darwin and display svg images without
> a problem. The following small change to configure.in would remove
> this restriction.

Thanks, applied.




bug closed, send any further explanations to 9177 <at> debbugs.gnu.org and Alp Aker <alptekin.aker <at> gmail.com> Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> debbugs.gnu.org. (Thu, 28 Jul 2011 18:34:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Aug 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 295 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.