[newlisp/f15] new file: newlisp-h.patch

ndowens ndowens at fedoraproject.org
Sun Apr 8 01:40:44 UTC 2012


commit bd54204e75f8de4fbcbd511871b70a90014a00f9
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Sat Apr 7 20:40:12 2012 -0500

    	new file:   newlisp-h.patch

 newlisp-h.patch |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/newlisp-h.patch b/newlisp-h.patch
new file mode 100644
index 0000000..7478f17
--- /dev/null
+++ 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