summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-03 02:04:57 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-03 02:04:57 +0000
commit37f235c39ff792f098f4d5ea61ab9bac15dad0d1 (patch)
tree157ef952666bddce4d75b97e5c0f1794bb087c64 /dev-libs/gmp/files
parentarm/ia64/s390/sh stable (diff)
downloadhistorical-37f235c39ff792f098f4d5ea61ab9bac15dad0d1.tar.gz
historical-37f235c39ff792f098f4d5ea61ab9bac15dad0d1.tar.bz2
historical-37f235c39ff792f098f4d5ea61ab9bac15dad0d1.zip
Add missing patch #121290 by Markus Rothe.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-libs/gmp/files')
-rw-r--r--dev-libs/gmp/files/gmp-4.1.4-asm-dots.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/gmp/files/gmp-4.1.4-asm-dots.patch b/dev-libs/gmp/files/gmp-4.1.4-asm-dots.patch
new file mode 100644
index 000000000000..de1bcc0224ea
--- /dev/null
+++ b/dev-libs/gmp/files/gmp-4.1.4-asm-dots.patch
@@ -0,0 +1,13 @@
+--- configure
++++ configure
+@@ -999,8 +999,8 @@
+ for tmp_underscore in "" "_"; do
+ cat >conftes2.s <<EOF
+ $gmp_cv_asm_text
+- $gmp_cv_asm_globl ${tmp_underscore}underscore_test
+-${tmp_underscore}underscore_test$gmp_cv_asm_label_suffix
++ $gmp_cv_asm_globl .${tmp_underscore}underscore_test
++.${tmp_underscore}underscore_test$gmp_cv_asm_label_suffix
+ EOF
+ case $host in
+ *-*-aix*)