svn commit: r332741 - head/astro/ephem
Mark Felder
feld at FreeBSD.org
Mon Nov 4 16:47:42 UTC 2013
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}; \
More information about the svn-ports-head
mailing list