From: "Marijn Schouten (hkbst)" <hkbst@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/swig/files: fix-for-PLT4.patch
Date: Sun, 24 Aug 2008 14:50:53 +0000 [thread overview]
Message-ID: <E1KXGvd-0007Jx-EU@stork.gentoo.org> (raw)
hkbst 08/08/24 14:50:53
Added: fix-for-PLT4.patch
Log:
add fix for compiling against drscheme-4, bug 235596, thanks to Dmitry Dzhus <dima@sphinx.net.ru> for the fix.
(Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r8 x86_64, RepoMan options: --force)
Revision Changes Path
1.1 dev-lang/swig/files/fix-for-PLT4.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swig/files/fix-for-PLT4.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swig/files/fix-for-PLT4.patch?rev=1.1&content-type=text/plain
Index: fix-for-PLT4.patch
===================================================================
--- /home/sphinx/swig-1.3.36/configure.in 2008-06-24 00:26:07.000000000 +0400
+++ /home/sphinx/swig-1.3.36-nu/configure.in 2008-08-24 12:45:05.000000000 +0400
@@ -1082,7 +1082,7 @@
if test -n "$MZSCHEME"; then
AC_MSG_CHECKING(for MzScheme dynext object)
-MZDYNOBJ=`$MZSCHEME --mute-banner --version --eval '(begin (require (lib "link.ss" "dynext")) (with-handlers (((lambda args #t) (lambda args #f))) (for-each (lambda (x) (display x) (display " ")) ((current-make-standard-link-libraries)))) (with-handlers (((lambda args #t) (lambda args #f))) (for-each (lambda (x) (display x) (display " ")) (expand-for-link-variant (current-standard-link-libraries)))))'`
+MZDYNOBJ=`$MZSCHEME --eval '(begin (require dynext/link) (with-handlers (((lambda args #t) (lambda args #f))) (for-each (lambda (x) (printf "~a " x)) (expand-for-link-variant (current-standard-link-libraries)))))'`
AC_MSG_RESULT($MZDYNOBJ)
fi
fi
next reply other threads:[~2008-08-24 14:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-24 14:50 Marijn Schouten (hkbst) [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-11-17 20:30 [gentoo-commits] gentoo-x86 commit in dev-lang/swig/files: fix-for-PLT4.patch Diego Petteno (flameeyes)
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=E1KXGvd-0007Jx-EU@stork.gentoo.org \
--to=hkbst@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