Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 16:13:23 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499374 - head/devel/hpx
Message-ID:  <201904191613.x3JGDN4w092679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Apr 19 16:13:22 2019
New Revision: 499374
URL: https://svnweb.freebsd.org/changeset/ports/499374

Log:
  devel/hpx: fix build with GCC-based architectures
  
  PR:		237381
  Submitted by:	Piotr Kubaj <pkubaj@FreeBSD.org>

Modified:
  head/devel/hpx/Makefile

Modified: head/devel/hpx/Makefile
==============================================================================
--- head/devel/hpx/Makefile	Fri Apr 19 15:59:37 2019	(r499373)
+++ head/devel/hpx/Makefile	Fri Apr 19 16:13:22 2019	(r499374)
@@ -22,5 +22,7 @@ USE_LDCONFIG=	yes
 
 CMAKE_ON=	HPX_WITH_GENERIC_CONTEXT_COROUTINES
 CMAKE_OFF=	HPX_WITH_EXAMPLES HPX_WITH_TESTS
+LDFLAGS+=	${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
+LDFLAGS_gcc=	-latomic
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904191613.x3JGDN4w092679>