svn commit: r332551 - head/astro/ephem

Mark Felder feld at FreeBSD.org
Sat Nov 2 23:06:18 UTC 2013


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; \


More information about the svn-ports-head mailing list