public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lisp/gcl/files: bootstrap-gcl gcl-2.6.8_pre20090419-configure.patch
@ 2009-04-19 19:29 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2009-04-19 19:29 UTC (permalink / raw
  To: gentoo-commits

grozin      09/04/19 19:29:09

  Added:                bootstrap-gcl gcl-2.6.8_pre20090419-configure.patch
  Log:
  Snapshot of 2.6.8_pre, fixes bug #205803, based on the ebuild from the lisp overlay
  (Portage version: 2.2_rc30/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-lisp/gcl/files/bootstrap-gcl

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/bootstrap-gcl?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/bootstrap-gcl?rev=1.1&content-type=text/plain

Index: bootstrap-gcl
===================================================================
(compiler::emit-fn t)
(compiler::link nil "bootstrapped_ansi_gcl"
		(format nil "(progn (let ((*load-path* (cons ~S *load-path*)) 
		(si::*load-types* ~S))  (compiler::emit-fn t))  (when (fboundp (quote
		si::sgc-on))  (si::sgc-on t))  (setq compiler::*default-system-p* t))"
		si::*system-directory* (quote (list ".lsp")))
		"-lutil")



1.1                  dev-lisp/gcl/files/gcl-2.6.8_pre20090419-configure.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/gcl-2.6.8_pre20090419-configure.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/gcl/files/gcl-2.6.8_pre20090419-configure.patch?rev=1.1&content-type=text/plain

Index: gcl-2.6.8_pre20090419-configure.patch
===================================================================
diff -r -U2 gcl-2.6.8_pre20090419.orig/configure gcl-2.6.8_pre20090419/configure
--- gcl-2.6.8_pre20090419.orig/configure	2009-02-24 04:12:22.000000000 +0100
+++ gcl-2.6.8_pre20090419/configure	2009-04-20 01:26:40.000000000 +0200
@@ -118,4 +118,14 @@
 mandir='${prefix}/man'
 
+# NLS nuisances.
+# Only set these to C if already set.  These must not be set unconditionally
+# because not all systems understand e.g. LANG=C (notably SCO).
+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
+# Non-C LC_CTYPE values break the ctype check.
+if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
+if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
+if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
+if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
+
 # Initialize some other variables.
 subdirs=
@@ -506,14 +516,4 @@
 done
 
-# NLS nuisances.
-# Only set these to C if already set.  These must not be set unconditionally
-# because not all systems understand e.g. LANG=C (notably SCO).
-# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-# Non-C LC_CTYPE values break the ctype check.
-if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
-if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
-
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 rm -rf conftest* confdefs.h






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-19 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 19:29 [gentoo-commits] gentoo-x86 commit in dev-lisp/gcl/files: bootstrap-gcl gcl-2.6.8_pre20090419-configure.patch Andrey Grozin (grozin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox