svn commit: r327526 - head/devel/eris

Oliver Lehmann oliver at FreeBSD.org
Wed Sep 18 07:04:11 UTC 2013


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}"


More information about the svn-ports-all mailing list