Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 23:06:17 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332551 - head/astro/ephem
Message-ID:  <201311022306.rA2N6Hbg084658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sat Nov  2 23:06:17 2013
New Revision: 332551
URL: http://svnweb.freebsd.org/changeset/ports/332551

Log:
  Fix build on FreeBSD 10+
  
  PR:		ports/183551
  Approved by:	swills (mentor, implicit)

Modified:
  head/astro/ephem/Makefile

Modified: head/astro/ephem/Makefile
==============================================================================
--- head/astro/ephem/Makefile	Sat Nov  2 23:00:53 2013	(r332550)
+++ head/astro/ephem/Makefile	Sat Nov  2 23:06:17 2013	(r332551)
@@ -17,6 +17,8 @@ ALL_TARGET=
 
 CFLAGS+=	-Wno-implicit
 
+USE_GCC=	any
+
 do-install:
 	-cd ${WRKSRC}; \
 	${INSTALL_PROGRAM} ephem ${PREFIX}/bin; \



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