[snobol] add patch

Dan Horák sharkcz at fedoraproject.org
Sat Oct 6 10:32:48 UTC 2012


commit ff63db7f2478358391bfc10101cd772bcdd274bf
Author: Dan Horák <dan at danny.cz>
Date:   Sat Oct 6 06:36:36 2012 -0400

    add patch

 snobol-4.1.4.1-64bit.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/snobol-4.1.4.1-64bit.patch b/snobol-4.1.4.1-64bit.patch
new file mode 100644
index 0000000..b773a58
--- /dev/null
+++ b/snobol-4.1.4.1-64bit.patch
@@ -0,0 +1,12 @@
+diff -up snobol4-1.4.1/configure.64bit snobol4-1.4.1/configure
+--- snobol4-1.4.1/configure.64bit	2012-10-06 06:18:20.782381280 -0400
++++ snobol4-1.4.1/configure	2012-10-06 06:18:51.272381674 -0400
+@@ -1457,7 +1457,7 @@ fi
+ if [ "$WITH_TCL" ]; then
+     LIBDIR=/usr/lib
+     # XXX check LP64 / LP64_NATIVE
+-    if [ "$MACHINE" = x86_64 -a -d /usr/lib64 ]; then
++    if [ -d /usr/lib64 ]; then
+ 	LIBDIR=/usr/lib64
+     fi
+     # lib32 can exist as well, but we don't have a --lp32 option!


More information about the scm-commits mailing list