diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2013-04-22 10:17:08 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2013-04-22 10:17:08 +0000 |
commit | a886a96c17a27fbb3c771707964f28129b416fdf (patch) | |
tree | 11774506599ba4bd85659f5479e415be2b5ccdac /dev-lisp | |
parent | Stable for ppc64, wrt bug #466460 (diff) | |
download | gentoo-2-a886a96c17a27fbb3c771707964f28129b416fdf.tar.gz gentoo-2-a886a96c17a27fbb3c771707964f28129b416fdf.tar.bz2 gentoo-2-a886a96c17a27fbb3c771707964f28129b416fdf.zip |
Apply trivial patch, fix Bug #465384, thanks to Christopher J. Volny [cvolny gmail com]
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 3AC579B91BC03656)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clisp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch | 11 |
2 files changed, 16 insertions, 2 deletions
diff --git a/dev-lisp/clisp/ChangeLog b/dev-lisp/clisp/ChangeLog index 74b12dc1f8f8..016ceab149de 100644 --- a/dev-lisp/clisp/ChangeLog +++ b/dev-lisp/clisp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/clisp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.106 2013/04/20 14:26:22 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.107 2013/04/22 10:17:08 pchrist Exp $ + + 22 Apr 2013; Panagiotis Christopoulos <pchrist@gentoo.org> + files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch: + Apply trivial patch, fix Bug #465384, thanks to Christopher J. Volny [cvolny + gmail com] *clisp-2.49-r7 (20 Apr 2013) diff --git a/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch b/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch index d6163022830d..4711a86decbe 100644 --- a/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch +++ b/dev-lisp/clisp/files/clisp-2.48-bits_ipctypes_to_sys_ipc.patch @@ -1,6 +1,15 @@ diff -ru a/modules/bindings/glibc/linux.lisp b/modules/bindings/glibc/linux.lisp --- a/modules/bindings/glibc/linux.lisp 2008-10-10 16:15:49.000000000 +0300 -+++ b/modules/bindings/glibc/linux.lisp 2012-12-04 01:01:35.000000000 +0200 ++++ b/modules/bindings/glibc/linux.lisp 2013-04-22 11:12:59.148502615 +0300 +@@ -67,7 +67,7 @@ + (def-c-type __daddr_t) ; int + (def-c-type __caddr_t) ; c-pointer + (def-c-type __time_t) ; long +-(def-c-type __swblk_t) ; long ++;(def-c-type __swblk_t) ; long + + (def-c-type __fd_mask ulong) + (eval-when (load compile eval) @@ -86,7 +86,7 @@ (def-c-type __key_t) ; int |