diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-18 08:30:17 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-18 08:30:17 +0000 |
commit | 8fec1d9d73a76f2f39e3a94cc0089836e1ffc5a8 (patch) | |
tree | 32a60d6b8910c0284fc5b3042eb3e09c0e9294f6 /dev-lang/gnu-smalltalk/files | |
parent | corrected date of mask for net-p2p/phex (diff) | |
download | historical-8fec1d9d73a76f2f39e3a94cc0089836e1ffc5a8.tar.gz historical-8fec1d9d73a76f2f39e3a94cc0089836e1ffc5a8.tar.bz2 historical-8fec1d9d73a76f2f39e3a94cc0089836e1ffc5a8.zip |
Adding new gnu-smalltalk version.
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'dev-lang/gnu-smalltalk/files')
-rw-r--r-- | dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.3.1 | 3 | ||||
-rw-r--r-- | dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch | 22 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.3.1 b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.3.1 new file mode 100644 index 000000000000..d3a78f44dd5a --- /dev/null +++ b/dev-lang/gnu-smalltalk/files/digest-gnu-smalltalk-2.3.1 @@ -0,0 +1,3 @@ +MD5 42bd6adc7c84c2d6ca3e6086cb913334 smalltalk-2.3.1.tar.gz 4298106 +RMD160 df7725d6fbd06862ada03ad35fe17411ac721554 smalltalk-2.3.1.tar.gz 4298106 +SHA256 f548425d884bdaf9ed457be243bcc836abef5a2f35ee37d930ba32c198c762ce smalltalk-2.3.1.tar.gz 4298106 diff --git a/dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch b/dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch new file mode 100644 index 000000000000..bcbfdda092d4 --- /dev/null +++ b/dev-lang/gnu-smalltalk/files/gst-stack-2.3.1.patch @@ -0,0 +1,22 @@ +diff -urpwN smalltalk-2.3.1/libffi/src/x86/sysv.S smalltalk-2.3.1.chg/libffi/src/x86/sysv.S +--- smalltalk-2.3.1/libffi/src/x86/sysv.S 2006-02-05 14:41:32.000000000 -0400 ++++ smalltalk-2.3.1.chg/libffi/src/x86/sysv.S 2006-12-16 05:32:04.000000000 -0400 +@@ -376,3 +376,7 @@ ffi_closure_raw_SYSV: + #endif + + #endif /* ifndef __x86_64__ */ ++ ++#ifdef __ELF__ ++.section .note.GNU-stack,"",%progbits ++#endif +diff -urpwN smalltalk-2.3.1/libffi/src/x86/unix64.S smalltalk-2.3.1.chg/libffi/src/x86/unix64.S +--- smalltalk-2.3.1/libffi/src/x86/unix64.S 2006-02-05 14:41:32.000000000 -0400 ++++ smalltalk-2.3.1.chg/libffi/src/x86/unix64.S 2006-12-16 05:32:12.000000000 -0400 +@@ -410,3 +410,7 @@ ffi_closure_unix64: + .LEFDE3: + + #endif /* __x86_64__ */ ++ ++#ifdef __ELF__ ++.section .note.GNU-stack,"",%progbits ++#endif |