summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2008-05-31 21:17:59 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2008-05-31 21:17:59 +0000
commitc9ee9aae81fcd1144c084b5f455271ee703e65b7 (patch)
treed8f6760d3b4a35596f9611bdbe91ca765fb0e61f /dev-scheme/ikarus/files
parentMove to git repo and apply fix by Cyberjun #219711. (diff)
downloadhistorical-c9ee9aae81fcd1144c084b5f455271ee703e65b7.tar.gz
historical-c9ee9aae81fcd1144c084b5f455271ee703e65b7.tar.bz2
historical-c9ee9aae81fcd1144c084b5f455271ee703e65b7.zip
Initial Commit of dev-scheme/ikarus. Ebuild first written by Marijn Schouten <hkBst@gentoo.org> and updated by me. Moved from the overlay to the main tree.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'dev-scheme/ikarus/files')
-rw-r--r--dev-scheme/ikarus/files/ikarus-0.0.3-cpu_has_sse2.patch12
-rw-r--r--dev-scheme/ikarus/files/ikarus-0.0.3-ikarus-enter.patch13
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-scheme/ikarus/files/ikarus-0.0.3-cpu_has_sse2.patch b/dev-scheme/ikarus/files/ikarus-0.0.3-cpu_has_sse2.patch
new file mode 100644
index 000000000000..318e475ace0f
--- /dev/null
+++ b/dev-scheme/ikarus/files/ikarus-0.0.3-cpu_has_sse2.patch
@@ -0,0 +1,12 @@
+--- src/cpu_has_sse2.S 2008-01-29 04:44:10.000000000 +0000
++++ /tmp/cpu_has_sse2.S 2008-05-31 18:29:00.000000000 +0000
+@@ -13,6 +13,9 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
+
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+
+ .text
+ .globl cpu_has_sse2
diff --git a/dev-scheme/ikarus/files/ikarus-0.0.3-ikarus-enter.patch b/dev-scheme/ikarus/files/ikarus-0.0.3-ikarus-enter.patch
new file mode 100644
index 000000000000..21dbd4ed3ea3
--- /dev/null
+++ b/dev-scheme/ikarus/files/ikarus-0.0.3-ikarus-enter.patch
@@ -0,0 +1,13 @@
+--- src/ikarus-enter.S 2008-01-29 04:44:17.000000000 +0000
++++ /tmp/ikarus-enter.S 2008-05-31 18:28:09.000000000 +0000
+@@ -13,7 +13,9 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+-
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+
+ .text
+ .globl ik_asm_enter