From owner-svn-ports-all@freebsd.org Sun Nov 6 20:30:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C9A8C33002; Sun, 6 Nov 2016 20:30:50 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 5AD39EA; Sun, 6 Nov 2016 20:30:50 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6KUnT3048039; Sun, 6 Nov 2016 20:30:49 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6KUnVb048038; Sun, 6 Nov 2016 20:30:49 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201611062030.uA6KUnVb048038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sun, 6 Nov 2016 20:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425579 - head/comms/uhd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 20:30:50 -0000 Author: mr Date: Sun Nov 6 20:30:49 2016 New Revision: 425579 URL: https://svnweb.freebsd.org/changeset/ports/425579 Log: UHD seems to use SSE2 functions and seems to need the addional compiler spitch for FreeBSD 11+ i386 Modified: head/comms/uhd/Makefile Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Sun Nov 6 20:27:06 2016 (r425578) +++ head/comms/uhd/Makefile Sun Nov 6 20:30:49 2016 (r425579) @@ -28,6 +28,7 @@ USES= compiler:c++0x cmake:outsource g USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #MAKE_JOBS_UNSAFE= yes +CXXFLAGS+= -msse2 CMAKE_ARGS+= -DPKG_LIB_DIR:STRING="share/uhd" -DUHD_TXRX_DEBUG_PRINTS="yes" # for excruciating debug use this -db