summaryrefslogtreecommitdiff
path: root/net/ekiga/patches
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2008-11-12 11:44:29 +0000
committerdsainty <dsainty@pkgsrc.org>2008-11-12 11:44:29 +0000
commit5c36e7cb588fdc976022b8dd363b2b8f2bbc3475 (patch)
treebec41b763b7e36b232c33c6bdf208659dbb7bb9b /net/ekiga/patches
parent9c452b69c6a2d9c965c00a492f5eb4d6be434f27 (diff)
downloadpkgsrc-5c36e7cb588fdc976022b8dd363b2b8f2bbc3475.tar.gz
Ekiga wants LDAP support by default. Buildlink in databases/openldap-client
so that configure will succeed. Fix the comment syntax in a couple of assembly files to fix the build where the assembler doesn't like # as a comment prefix. Bump PKGREVISION.
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