aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2013-11-05 00:47:41 +0800
committerfeld <feld@FreeBSD.org>2013-11-05 00:47:41 +0800
commitbe68929942d07bdd9160eb579dc48ae8b9c16cb1 (patch)
treea80868f29f9a89d2aeb7460f398b7129d5f50632 /astro
parent26915c1eed00045da3263b985721728f01a24603 (diff)
downloadfreebsd-ports-gnome-be68929942d07bdd9160eb579dc48ae8b9c16cb1.tar.gz
freebsd-ports-gnome-be68929942d07bdd9160eb579dc48ae8b9c16cb1.tar.zst
freebsd-ports-gnome-be68929942d07bdd9160eb579dc48ae8b9c16cb1.zip
USE_GCC is not necessary
PR: ports/183551 Submitted by: tijl Approved by: swills (mentor, implicit) & maintainer
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}; \