Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 07:04:11 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327526 - head/devel/eris
Message-ID:  <201309180704.r8I74BMk008583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Wed Sep 18 07:04:11 2013
New Revision: 327526
URL: http://svnweb.freebsd.org/changeset/ports/327526

Log:
  set USE_GCC=yes as devel/mercator forces the use of GCC and because of that,
  a GCC compiler is needed for linking (only for linking with libmercator.so)
  here as well.

Modified:
  head/devel/eris/Makefile

Modified: head/devel/eris/Makefile
==============================================================================
--- head/devel/eris/Makefile	Wed Sep 18 06:59:12 2013	(r327525)
+++ head/devel/eris/Makefile	Wed Sep 18 07:04:11 2013	(r327526)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	Atlas-0.6.1:${PORTSDIR}/dev
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=	pathfix pkgconfig
+USE_GCC=	yes
 
 CXXFLAGS+=	-include wchar.h
 CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"



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