diff options
Diffstat (limited to 'app-editors/xemacs/files/xemacs-21.4.12-ppc.diff')
-rw-r--r-- | app-editors/xemacs/files/xemacs-21.4.12-ppc.diff | 22 |
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 |