summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2009-12-11 18:36:25 +0100
committerBrice Goglin <bgoglin@debian.org>2009-12-11 18:36:25 +0100
commitadae195cc1c0c4d4c2899297b21837399d357290 (patch)
treec7b986701372d3ad569028370ef4599545d60a63
parent3fa885911b2a4b0adefbe17803b48356ec5ad2cb (diff)
Drop 07_sparc64_xform_asm.patch, applied upstream
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/07_sparc64_xform_asm.patch11
-rw-r--r--debian/patches/series1
3 files changed, 3 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 6966eaa0c21..952237647bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mesa (7.6.1~rc3-1) UNRELEASED; urgency=low
* New upstream release candidate.
+ Pull upstream mesa_7_6_branch up to commit 7d41b424.
- * Update debian/rules and add 07_sparc64_xform_asm.patch to
- fix sparc64 FTBFS, thanks Aurelien Jarno, closes: #560403.
+ + Includes sparc64 xform asm patch from #560403.
+ * Update debian/rules to fix sparc64 FTBFS, thanks Aurelien Jarno,
+ closes: #560403.
* Build r600 DRI driver.
-- Brice Goglin <bgoglin@debian.org> Fri, 11 Dec 2009 07:51:52 +0100
diff --git a/debian/patches/07_sparc64_xform_asm.patch b/debian/patches/07_sparc64_xform_asm.patch
deleted file mode 100644
index 1c00c029c38..00000000000
--- a/debian/patches/07_sparc64_xform_asm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mesa-7.6.1~rc2.orig/src/mesa/sparc/xform.S
-+++ mesa-7.6.1~rc2/src/mesa/sparc/xform.S
-@@ -17,7 +17,7 @@
-
- #include "sparc_matrix.h"
-
--#if defined(SVR4) || defined(__SVR4) || defined(__svr4__)
-+#if defined(SVR4) || defined(__SVR4) || defined(__svr4__) || defined(__arch64__)
- /* Solaris requires this for 64-bit. */
- .register %g2, #scratch
- .register %g3, #scratch
diff --git a/debian/patches/series b/debian/patches/series
index 9d0bb66c483..1f29aca4b02 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@
04_osmesa_version.diff
05_hurd-ftbfs.diff
06_kfreebsd-ftbfs.diff
-07_sparc64_xform_asm.patch