From 0f6855d623ff59703e4294feb2548926cc5a584e Mon Sep 17 00:00:00 2001 From: Peter Brown Date: Fri, 17 Jan 2003 06:13:52 +0000 Subject: added xemacs ppc patch --- app-editors/xemacs/files/xemacs-21.4.12-ppc.diff | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-editors/xemacs/files/xemacs-21.4.12-ppc.diff (limited to 'app-editors/xemacs') 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 -- cgit v1.2.3-65-gdbad