summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-09-18 17:28:56 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-09-18 17:28:56 +0000
commit87cd0718d11b86c518fe600ca26e0f4f27829167 (patch)
tree2855782fbb7b5deae2bd39dad09e9e18159a549e /dev-lisp/lush/files
parentFix compile when ruby has USE="cjk". Bug #191203 thanks to : Brenden Matthews... (diff)
downloadgentoo-2-87cd0718d11b86c518fe600ca26e0f4f27829167.tar.gz
gentoo-2-87cd0718d11b86c518fe600ca26e0f4f27829167.tar.bz2
gentoo-2-87cd0718d11b86c518fe600ca26e0f4f27829167.zip
bump, fixes bug 171349, add amd64, fixes bug 192831
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-lisp/lush/files')
-rw-r--r--dev-lisp/lush/files/aclocal.m4.patch91
-rw-r--r--dev-lisp/lush/files/digest-lush-1.2.13
2 files changed, 94 insertions, 0 deletions
diff --git a/dev-lisp/lush/files/aclocal.m4.patch b/dev-lisp/lush/files/aclocal.m4.patch
new file mode 100644
index 000000000000..8c1a4798cac9
--- /dev/null
+++ b/dev-lisp/lush/files/aclocal.m4.patch
@@ -0,0 +1,91 @@
+--- aclocal.m4.old 2007-09-18 19:07:48.000000000 +0200
++++ aclocal.m4 2007-09-18 19:15:29.000000000 +0200
+@@ -102,49 +102,49 @@
+ [ac_cpu=$withval])
+
+ AC_ARG_VAR(OPTS, [Optimization flags for all compilers.])
+- if test x${OPTS+set} = xset ; then
+- saved_CFLAGS="$CFLAGS"
+- CFLAGS=
+- for opt in $saved_CFLAGS ; do
+- case $opt in
+- -O*|-g*) ;;
+- *) CFLAGS="$CFLAGS $opt" ;;
+- esac
+- done
+- AC_MSG_CHECKING([user provided debugging flags])
++# if test x${OPTS+set} = xset ; then
++# saved_CFLAGS="$CFLAGS"
++# CFLAGS=
++# for opt in $saved_CFLAGS ; do
++# case $opt in
++# -O*|-g*) ;;
++# *) CFLAGS="$CFLAGS $opt" ;;
++# esac
++# done
++# AC_MSG_CHECKING([user provided debugging flags])
+ AC_MSG_RESULT($OPTS)
+- else
+- saved_CFLAGS="$CFLAGS"
+- CFLAGS=
+- for opt in $saved_CFLAGS ; do
+- case $opt in
+- -O*) ;;
+- -g*) OPTS="$OPTS $opt" ;;
+- *) CFLAGS="$CFLAGS $opt" ;;
+- esac
+- done
++# else
++# saved_CFLAGS="$CFLAGS"
++# CFLAGS=
++# for opt in $saved_CFLAGS ; do
++# case $opt in
++# -O*) ;;
++# -g*) OPTS="$OPTS $opt" ;;
++# *) CFLAGS="$CFLAGS $opt" ;;
++# esac
++# done
+ if test x$ac_debug = xno ; then
+ OPTS=-DNO_DEBUG
+- AC_CHECK_CC_OPT([-Wall],[OPTS="$OPTS -Wall"])
+- AC_CHECK_CC_OPT([-O3],[OPTS="$OPTS -O3"],
+- [ AC_CHECK_CC_OPT([-O2], [OPTS="$OPTS -O2"] ) ] )
+- if test -z "$ac_cpu" ; then
+- AC_MSG_WARN([guessing cpu type (use --with-cpu=cpuname to override.)])
+- fi
+- opt="-march=${ac_cpu-${host_cpu}}"
+- AC_CHECK_CC_OPT([$opt], [OPTS="$OPTS $opt"],
+- [ opt="-mcpu=${ac_cpu-${host_cpu}}"
+- AC_CHECK_CC_OPT([$opt], [OPTS="$OPTS $opt"]) ] )
+- if test -z "$ac_cpu" -a "$host_cpu" = "i686" ; then
+- AC_CHECK_CC_OPT([-mmmx],[OPTS="$OPTS -mmmx"
+- AC_MSG_WARN([use --with-cpu=cpuname to avoid assuming that MMX works.])])
+- if test -r /proc/cpuinfo && grep -q sse /proc/cpuinfo ; then
+- AC_CHECK_CC_OPT([-msse],[OPTS="$OPTS -msse"
+- AC_MSG_WARN([use --with-cpu=cpuname to avoid assuming that SSE works.])])
+- fi
+- fi
++# AC_CHECK_CC_OPT([-Wall],[OPTS="$OPTS -Wall"])
++# AC_CHECK_CC_OPT([-O3],[OPTS="$OPTS -O3"],
++# [ AC_CHECK_CC_OPT([-O2], [OPTS="$OPTS -O2"] ) ] )
++# if test -z "$ac_cpu" ; then
++# AC_MSG_WARN([guessing cpu type (use --with-cpu=cpuname to override.)])
++# fi
++# opt="-march=${ac_cpu-${host_cpu}}"
++# AC_CHECK_CC_OPT([$opt], [OPTS="$OPTS $opt"],
++# [ opt="-mcpu=${ac_cpu-${host_cpu}}"
++# AC_CHECK_CC_OPT([$opt], [OPTS="$OPTS $opt"]) ] )
++# if test -z "$ac_cpu" -a "$host_cpu" = "i686" ; then
++# AC_CHECK_CC_OPT([-mmmx],[OPTS="$OPTS -mmmx"
++# AC_MSG_WARN([use --with-cpu=cpuname to avoid assuming that MMX works.])])
++# if test -r /proc/cpuinfo && grep -q sse /proc/cpuinfo ; then
++# AC_CHECK_CC_OPT([-msse],[OPTS="$OPTS -msse"
++# AC_MSG_WARN([use --with-cpu=cpuname to avoid assuming that SSE works.])])
++# fi
++# fi
+ fi
+- fi
++# fi
+ ])
+
+
diff --git a/dev-lisp/lush/files/digest-lush-1.2.1 b/dev-lisp/lush/files/digest-lush-1.2.1
new file mode 100644
index 000000000000..a0146d7870b9
--- /dev/null
+++ b/dev-lisp/lush/files/digest-lush-1.2.1
@@ -0,0 +1,3 @@
+MD5 04dd0caa0e59909f3f42ca95531737ae lush-1.2.1.tar.gz 4431778
+RMD160 22622b256aab3ad1712b3bbb0c2f892de017002f lush-1.2.1.tar.gz 4431778
+SHA256 1423085ef7c4ed83374333ba7a552e7f5f35add8db0c2478c8b00c96931ad8c9 lush-1.2.1.tar.gz 4431778