summaryrefslogtreecommitdiff
path: root/net/ekiga/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/patches')
-rw-r--r--net/ekiga/patches/patch-aa24
-rw-r--r--net/ekiga/patches/patch-ab17
2 files changed, 41 insertions, 0 deletions
diff --git a/net/ekiga/patches/patch-aa b/net/ekiga/patches/patch-aa
new file mode 100644
index 00000000000..c22e1828b46
--- /dev/null
+++ b/net/ekiga/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2008/11/12 11:44:29 dsainty Exp $
+
+Hash is a directive prefix - comment out the comments.
+
+--- lib/pixops/have_mmx.S.orig 2008-10-01 14:04:34.155963777 +1300
++++ lib/pixops/have_mmx.S 2008-10-01 14:05:04.806426133 +1300
+@@ -42,7 +42,7 @@
+
+ push %ebx
+
+-# Check if bit 21 in flags word is writeable
++/* Check if bit 21 in flags word is writeable */
+
+ pushfl
+ popl %eax
+@@ -57,7 +57,7 @@
+
+ je .notfound
+
+-# OK, we have CPUID
++/* OK, we have CPUID */
+
+ movl $1, %eax
+ cpuid
diff --git a/net/ekiga/patches/patch-ab b/net/ekiga/patches/patch-ab
new file mode 100644
index 00000000000..db4056289d9
--- /dev/null
+++ b/net/ekiga/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2008/11/12 11:44:29 dsainty Exp $
+
+Hash is a directive prefix - comment out the comments.
+
+--- lib/pixops/composite_line_22_4a4_mmx.S.orig 2008-10-01 15:21:01.215158522 +1300
++++ lib/pixops/composite_line_22_4a4_mmx.S 2008-10-01 15:21:39.685738842 +1300
+@@ -189,8 +189,8 @@
+
+ shll $2, %edx
+
+-# %mm4 will always be already clear here
+-# pxor %mm4, %mm4
++/* %mm4 will always be already clear here
++ pxor %mm4, %mm4 */
+
+ movl 16(%ebp),%edi
+ movl (%edi, %edx), %eax