Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424420 Details for
Bug 573512
app-editors/emacs-18.59-r11 hardened support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch v2 for emacs-18.59-r11.ebuild
emacs-18.59-r11.ebuild.patch (text/plain), 843 bytes, created by
Ulrich Müller
on 2016-02-01 18:06:52 UTC
(
hide
)
Description:
Patch v2 for emacs-18.59-r11.ebuild
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2016-02-01 18:06:52 UTC
Size:
843 bytes
patch
obsolete
>--- a/app-editors/emacs/emacs-18.59-r11.ebuild >+++ b/app-editors/emacs/emacs-18.59-r11.ebuild >@@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${P}.tar.gz > LICENSE="GPL-1+ GPL-2+ BSD" #HPND > SLOT="18" > KEYWORDS="~amd64 ~x86" >-IUSE="abi_x86_x32" >+IUSE="abi_x86_x32 pax_kernel" > > RDEPEND=">=app-eselect/eselect-emacs-1.16 > sys-libs/ncurses:0 >@@ -46,8 +46,10 @@ src_configure() { > *) die "Architecture ${ARCH} not yet supported" ;; > esac > local cmd="s/\"s-.*\.h\"/\"s-linux.h\"/;s/\"m-.*\.h\"/\"m-${arch}.h\"/" >+ use pax_kernel && cmd="${cmd};\$s/\$/\n#define CANNOT_DUMP/" > #use X && cmd="${cmd};s/.*\(#define HAVE_X_WINDOWS\).*/\1/" > sed -e "${cmd}" src/config.h-dist >src/config.h || die >+ sed -i -e '/xemacs/s/mv/cp/' src/ymakefile || die > > cat <<-END >src/paths.h > #define PATH_LOADSEARCH "/usr/share/emacs/${PV}/lisp"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 573512
:
424336
|
424346
| 424420