Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 11:07:13 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308233 - head/astro/boinc-setiathome-enhanced
Message-ID:  <201212041107.qB4B7DNs059518@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Dec  4 11:07:13 2012
New Revision: 308233
URL: http://svnweb.freebsd.org/changeset/ports/308233

Log:
  Fix build on HEAD, this port uses GCC-specific vector code.
  
  Feature safe:	yes

Modified:
  head/astro/boinc-setiathome-enhanced/Makefile

Modified: head/astro/boinc-setiathome-enhanced/Makefile
==============================================================================
--- head/astro/boinc-setiathome-enhanced/Makefile	Tue Dec  4 10:43:09 2012	(r308232)
+++ head/astro/boinc-setiathome-enhanced/Makefile	Tue Dec  4 11:07:13 2012	(r308233)
@@ -23,6 +23,7 @@ USE_AUTOTOOLS=	autoconf:env automake:env
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_PKGCONFIG=	build
+USE_GCC=	any
 
 CFLAGS+=	-O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \
 		-L${LOCALBASE}/lib



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