Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp/files: 2.41-fastcgi-build.patch
Date: Sat, 08 Sep 2007 10:53:47
Message-Id: E1ITxq4-0007Ny-It@stork.gentoo.org
1 ulm 07/09/08 10:46:56
2
3 Added: 2.41-fastcgi-build.patch
4 Log:
5 Fix fastcgi build problem, bug #154889.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.1 dev-lisp/clisp/files/2.41-fastcgi-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/files/2.41-fastcgi-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/files/2.41-fastcgi-build.patch?rev=1.1&content-type=text/plain
13
14 Index: 2.41-fastcgi-build.patch
15 ===================================================================
16 --- clisp-2.41.orig/modules/fastcgi/fastcgi.lisp 2006-10-13 05:02:24.000000000 +0200
17 +++ clisp-2.41/modules/fastcgi/fastcgi.lisp 2007-09-08 11:58:49.000000000 +0200
18 @@ -147,6 +147,9 @@
19
20 ; -------------- "C" functions
21 ;(c-lines "#include \"fastcgi.h\"~%"); completely wrapped
22 +(eval-when (compile)
23 + ;;NB this global affects further compilations in this session
24 + (setq ffi:*output-c-functions* t))
25
26 ; Our wrappers
27 (def-call-out fcgi_getenv (:arguments (var c-string)) (:return-type c-string))
28
29
30
31 --
32 gentoo-commits@g.o mailing list