svn commit: r553163 - head/comms/uhd

Michael Reifenberger mr at FreeBSD.org
Sat Oct 24 08:20:44 UTC 2020


Author: mr
Date: Sat Oct 24 08:20:43 2020
New Revision: 553163
URL: https://svnweb.freebsd.org/changeset/ports/553163

Log:
  Try to fix i386 build

Modified:
  head/comms/uhd/Makefile

Modified: head/comms/uhd/Makefile
==============================================================================
--- head/comms/uhd/Makefile	Sat Oct 24 08:16:07 2020	(r553162)
+++ head/comms/uhd/Makefile	Sat Oct 24 08:20:43 2020	(r553163)
@@ -2,7 +2,7 @@
 
 PORTNAME=	uhd
 PORTVERSION=	4.0.0.0
-#PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 DIST_SUBDIR=	${PORTNAME}
 
@@ -43,7 +43,7 @@ BROKEN_FreeBSD_13_armv7=	fails to configure: Could not
 USE_LDCONFIG=		yes
 CMAKE_SOURCE_PATH=	${WRKSRC}/host
 #CXXFLAGS_amd64=	-msse2 -std=c++11
-#CXXFLAGS_i386=	-msse2 -std=c++98
+CXXFLAGS_i386=	-msse2
 
 SHEBANG_GLOB=	*.py *.py.in
 


More information about the svn-ports-all mailing list