Description: <short summary of the patch>
Origin: vendor
Bug-Debian: http://bugs.debian.org/645712
Forwarded: not-needed
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
        KURASHIKI Satoru <lurdan@gmail.com>

Index: yaskkserv/configure
===================================================================
--- yaskkserv.orig/configure	2012-05-29 14:53:41.000000000 +0900
+++ yaskkserv/configure	2012-05-29 14:54:36.000000000 +0900
@@ -283,9 +283,6 @@
 
 {
     my $common = '';
-    if (GccCheck('', '', '-march=native')) {
-	$common .= '-march=native';
-    }
     my $o3_or_o1 = '';
     if (GccIsSupport($global{'gcc_version'}, 4, 0, 0)) {
 	$o3_or_o1 .= '-O3';
