Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 16:47:41 +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: r332741 - head/astro/ephem
Message-ID:  <201311041647.rA4GlfqS050591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Nov  4 16:47:41 2013
New Revision: 332741
URL: http://svnweb.freebsd.org/changeset/ports/332741

Log:
  USE_GCC is not necessary
  
  PR:		ports/183551
  Submitted by:	tijl
  Approved by:	swills (mentor, implicit) & maintainer

Modified:
  head/astro/ephem/Makefile

Modified: head/astro/ephem/Makefile
==============================================================================
--- head/astro/ephem/Makefile	Mon Nov  4 16:45:24 2013	(r332740)
+++ head/astro/ephem/Makefile	Mon Nov  4 16:47:41 2013	(r332741)
@@ -15,9 +15,7 @@ NO_STAGE=	yes
 NO_WRKSUBDIR=	yes
 ALL_TARGET=
 
-CFLAGS+=	-Wno-implicit
-
-USE_GCC=	any
+CFLAGS+=	-Wno-implicit -Wno-return-type
 
 do-install:
 	-cd ${WRKSRC}; \



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