summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2013-11-04 16:47:41 +0000
committerMark Felder <feld@FreeBSD.org>2013-11-04 16:47:41 +0000
commit52aa0bd54d3633b6c0a6b4c880b838f79a577d60 (patch)
treea80868f29f9a89d2aeb7460f398b7129d5f50632 /astro
parentSupport STAGE (diff)
USE_GCC is not necessary
PR: ports/183551 Submitted by: tijl Approved by: swills (mentor, implicit) & maintainer
Notes
Notes: svn path=/head/; revision=332741
Diffstat (limited to 'astro')
-rw-r--r--astro/ephem/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/astro/ephem/Makefile b/astro/ephem/Makefile
index 323fc9d7d3a7..1134581d29c2 100644
--- a/astro/ephem/Makefile
+++ b/astro/ephem/Makefile
@@ -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}; \