~ubuntu-branches/ubuntu/precise/mesa-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/10-hurd-configure-tweaks.diff

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2012-11-30 20:58:34 UTC
  • Revision ID: package-import@ubuntu.com-20121130205834-0vmupgz9h8w2jioa
Tags: 9.0-0ubuntu1~precise1
Rename package for the LTS point update, and add
replaces/breaks/provides

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Enable x86 assembler on Hurd.
 
2
 
 
3
Thanks to Pino Toscano.
 
4
--- a/configure.ac
 
5
+++ b/configure.ac
 
6
@@ -438,7 +438,7 @@
 
7
     case "$host_cpu" in
 
8
     i?86)
 
9
         case "$host_os" in
 
10
-        linux* | *freebsd* | dragonfly* | *netbsd*)
 
11
+        linux* | *freebsd* | dragonfly* | *netbsd* | gnu*)
 
12
             test "x$enable_64bit" = xyes && asm_arch=x86_64 || asm_arch=x86
 
13
             ;;
 
14
         esac