diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-10-16 15:46:42 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-10-16 15:46:42 +0000 |
commit | 5420c506aa87e88109af191d4b911ee12daa2fcd (patch) | |
tree | 25df24856cb6783cbdcc2145bdb44716e512a87d /app-editors | |
parent | fix hardcoded PV (diff) | |
download | gentoo-2-5420c506aa87e88109af191d4b911ee12daa2fcd.tar.gz gentoo-2-5420c506aa87e88109af191d4b911ee12daa2fcd.tar.bz2 gentoo-2-5420c506aa87e88109af191d4b911ee12daa2fcd.zip |
copied up ppc patch, clsoes bug #9172
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xemacs/files/xemacs-21.4.9-ppc.diff | 23 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 80a678e09466..998cf8b08d3d 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-editors/xemacs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.19 2002/09/27 05:09:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.20 2002/10/16 15:46:42 gerk Exp $ *xemacs-21.4.9 (26 Sep 2002) + 16 Oct 2002; Mark Guertin <gerk@gentoo.org> files/xemacs-21.4.9-ppc.diff : + copied this to the new version, it is still needed for this build. closes + bug #9172 + 26 Sep 2002; Matthew Kennedy <mkennedy@gentoo.org> xemacs-21.4.9.ebuild : diff --git a/app-editors/xemacs/files/xemacs-21.4.9-ppc.diff b/app-editors/xemacs/files/xemacs-21.4.9-ppc.diff new file mode 100644 index 000000000000..5ec39a2a9adf --- /dev/null +++ b/app-editors/xemacs/files/xemacs-21.4.9-ppc.diff @@ -0,0 +1,23 @@ +--- configure.in.orig Sun Jun 23 13:25:00 2002 ++++ configure.in Sun Jun 23 13:25:20 2002 +@@ -2538,7 +2538,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 Sun Jun 23 13:25:04 2002 ++++ configure Sun Jun 23 13:25:56 2002 +@@ -5010,7 +5010,7 @@ + echo "configure:5011: 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 + |