summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Brown <rendhalver@gentoo.org>2003-01-17 06:13:52 +0000
committerPeter Brown <rendhalver@gentoo.org>2003-01-17 06:13:52 +0000
commit0f6855d623ff59703e4294feb2548926cc5a584e (patch)
treee202eb6c18b534bd50a7e8aaace08075c4a18d91 /app-editors/xemacs
parentadded ~sparc keyword. needed for iso (diff)
downloadgentoo-2-0f6855d623ff59703e4294feb2548926cc5a584e.tar.gz
gentoo-2-0f6855d623ff59703e4294feb2548926cc5a584e.tar.bz2
gentoo-2-0f6855d623ff59703e4294feb2548926cc5a584e.zip
added xemacs ppc patch
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r--app-editors/xemacs/files/xemacs-21.4.12-ppc.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-editors/xemacs/files/xemacs-21.4.12-ppc.diff b/app-editors/xemacs/files/xemacs-21.4.12-ppc.diff
new file mode 100644
index 000000000000..0a3f54fcf228
--- /dev/null
+++ b/app-editors/xemacs/files/xemacs-21.4.12-ppc.diff
@@ -0,0 +1,22 @@
+--- configure.in.orig 2003-01-17 16:01:19.000000000 +1000
++++ configure.in 2003-01-17 16:01:32.000000000 +1000
+@@ -2022,7 +2022,7 @@
+ AC_MSG_CHECKING(for \"-z nocombreloc\" linker flag)
+ case "`ld --help 2>&1`" in
+ *-z\ nocombreloc* ) AC_MSG_RESULT(yes)
+- XE_PREPEND(-z nocombreloc, ld_switch_site) ;;
++ XE_PREPEND(-Wl,-z nocombreloc, ld_switch_site) ;;
+ *) AC_MSG_RESULT(no) ;;
+ esac
+ fi
+--- configure.orig 2003-01-17 16:00:42.000000000 +1000
++++ configure 2003-01-17 16:00:55.000000000 +1000
+@@ -2856,7 +2856,7 @@
+ echo "configure:2857: checking for \"-z nocombreloc\" linker flag" >&5
+ case "`ld --help 2>&1`" in
+ *-z\ nocombreloc* ) echo "$ac_t""yes" 1>&6
+- ld_switch_site="-z nocombreloc $ld_switch_site" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-z nocombreloc\" to \$ld_switch_site"; fi ;;
++ ld_switch_site="-Wl,-z nocombreloc $ld_switch_site" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-Wl,-z nocombreloc\" to \$ld_switch_site"; fi ;;
+ *) echo "$ac_t""no" 1>&6 ;;
+ esac
+ fi