From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 11 09:10:02 2014 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6ABBAF1F for ; Tue, 11 Feb 2014 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC5219C8 for ; Tue, 11 Feb 2014 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1B9A2CN025878 for ; Tue, 11 Feb 2014 09:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1B9A2Xe025877; Tue, 11 Feb 2014 09:10:02 GMT (envelope-from gnats) Date: Tue, 11 Feb 2014 09:10:02 GMT Message-Id: <201402110910.s1B9A2Xe025877@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Matthias Andree Subject: Re: ports/185997: multimedia/avidemux2 needs USE_GCC and LDFLAGS X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Matthias Andree List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 09:10:02 -0000 The following reply was made to PR ports/185997; it has been noted by GNATS. From: Matthias Andree To: bug-followup@FreeBSD.org, Mathias.Picker@virtual-earth.de Cc: Subject: Re: ports/185997: multimedia/avidemux2 needs USE_GCC and LDFLAGS Date: Tue, 11 Feb 2014 10:04:28 +0100 Note that adding -lc++ is not complete and fragile, and will break on older systems, and -lc++ must only be used on systems where it is the default C++ standard library. Refer to for details.