Gentoo Archives: gentoo-commits

From: "Marijn Schouten (hkbst)" <hkbst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/swig/files: fix-for-PLT4.patch
Date: Sun, 24 Aug 2008 14:50:57
Message-Id: E1KXGvd-0007Jx-EU@stork.gentoo.org
1 hkbst 08/08/24 14:50:53
2
3 Added: fix-for-PLT4.patch
4 Log:
5 add fix for compiling against drscheme-4, bug 235596, thanks to Dmitry Dzhus <dima@××××××××××.ru> for the fix.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r8 x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 dev-lang/swig/files/fix-for-PLT4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swig/files/fix-for-PLT4.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swig/files/fix-for-PLT4.patch?rev=1.1&content-type=text/plain
13
14 Index: fix-for-PLT4.patch
15 ===================================================================
16 --- /home/sphinx/swig-1.3.36/configure.in 2008-06-24 00:26:07.000000000 +0400
17 +++ /home/sphinx/swig-1.3.36-nu/configure.in 2008-08-24 12:45:05.000000000 +0400
18 @@ -1082,7 +1082,7 @@
19
20 if test -n "$MZSCHEME"; then
21 AC_MSG_CHECKING(for MzScheme dynext object)
22 -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)))))'`
23 +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)))))'`
24 AC_MSG_RESULT($MZDYNOBJ)
25 fi
26 fi