From owner-svn-soc-all@FreeBSD.ORG Tue Jun 23 17:27:43 2015 Return-Path: Delivered-To: svn-soc-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95E39881 for ; Tue, 23 Jun 2015 17:27:43 +0000 (UTC) (envelope-from stefano@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 833C481C for ; Tue, 23 Jun 2015 17:27:43 +0000 (UTC) (envelope-from stefano@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NHRhk0029398 for ; Tue, 23 Jun 2015 17:27:43 GMT (envelope-from stefano@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id t5NHRhPd029395 for svn-soc-all@FreeBSD.org; Tue, 23 Jun 2015 17:27:43 GMT (envelope-from stefano@FreeBSD.org) Date: Tue, 23 Jun 2015 17:27:43 GMT Message-Id: <201506231727.t5NHRhPd029395@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to stefano@FreeBSD.org using -f From: stefano@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r287491 - soc2015/stefano/ptnetmap/head/lib/liblzma MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 17:27:43 -0000 Author: stefano Date: Tue Jun 23 17:27:42 2015 New Revision: 287491 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287491 Log: fix picobsd init error TODO: check the compiler in the ifdef (picobsd uses GCC) Modified: soc2015/stefano/ptnetmap/head/lib/liblzma/config.h Modified: soc2015/stefano/ptnetmap/head/lib/liblzma/config.h ============================================================================== --- soc2015/stefano/ptnetmap/head/lib/liblzma/config.h Tue Jun 23 17:25:29 2015 (r287490) +++ soc2015/stefano/ptnetmap/head/lib/liblzma/config.h Tue Jun 23 17:27:42 2015 (r287491) @@ -150,9 +150,11 @@ #define HAVE_ICONV 1 /* Define to 1 if you have the header file. */ +#if 0 /* TODO-ste: check the compiler */ #if defined(__FreeBSD__) && defined(__amd64__) #define HAVE_IMMINTRIN_H 1 #endif +#endif /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1