[newlisp/f15] modified: newlisp-h.patch

ndowens ndowens at fedoraproject.org
Sun Apr 8 01:13:41 UTC 2012


commit 2e0b5cad56d09492eaf7da4f64cecc0f822ec751
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Sat Apr 7 20:13:19 2012 -0500

    	modified:   newlisp-h.patch

 newlisp-h.patch |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/newlisp-h.patch b/newlisp-h.patch
index e69de29..7478f17 100644
--- a/newlisp-h.patch
+++ b/newlisp-h.patch
@@ -0,0 +1,23 @@
+--- newlisp.h	2012-02-14 08:51:11.000000000 -0600
++++ newlisp.h-orig	2012-04-05 21:58:46.557644620 -0500
+@@ -32,13 +32,13 @@
+ #include "win32-ffi.h" 
+ #endif
+ 
+-#ifdef LINUX
+-# ifdef NEWLISP64
+-#  include <x86_64-linux-gnu/ffi.h>    /* ubuntu_x64 */
+-# else
+-#  include <i386-linux-gnu/ffi.h>
+-# endif
+-#endif
++ifdef LINUX
++ ifdef NEWLISP64
++  include <x86_64-linux-gnu/ffi.h>    /* ubuntu_x64 */
++ else
++  include <i386-linux-gnu/ffi.h>
++ endif
++endif
+ 
+ #endif /* FFI */
+ 


More information about the scm-commits mailing list