From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 5 17:40:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E51841065670 for ; Fri, 5 Oct 2012 17:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B772B8FC08 for ; Fri, 5 Oct 2012 17:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q95HeFHn086020 for ; Fri, 5 Oct 2012 17:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q95HeF2W086018; Fri, 5 Oct 2012 17:40:15 GMT (envelope-from gnats) Date: Fri, 5 Oct 2012 17:40:15 GMT Message-Id: <201210051740.q95HeF2W086018@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Zander Cc: Subject: Re: ports/172353: multimedia/mencoder does not build with clang on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Zander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 17:40:16 -0000 The following reply was made to PR ports/172353; it has been noted by GNATS. From: Thomas Zander To: bug-followup@freebsd.org Cc: Andrzej Voss Subject: Re: ports/172353: multimedia/mencoder does not build with clang on amd64 Date: Fri, 5 Oct 2012 19:37:30 +0200 I am unable to reproduce this on my amd64 boxes (9.1 PRERELEASE). Could you check whether there is #define HAVE_AVX 0 in config.h in mplayer's build dir? Riggs