diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-11-04 16:47:41 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-11-04 16:47:41 +0000 |
commit | 52aa0bd54d3633b6c0a6b4c880b838f79a577d60 (patch) | |
tree | a80868f29f9a89d2aeb7460f398b7129d5f50632 /astro/ephem | |
parent | 2680aed816dd4f27e9879f40ae91563983cceb8a (diff) | |
download | ports-52aa0bd54d3633b6c0a6b4c880b838f79a577d60.tar.gz ports-52aa0bd54d3633b6c0a6b4c880b838f79a577d60.zip |
Notes
Diffstat (limited to 'astro/ephem')
-rw-r--r-- | astro/ephem/Makefile | 4 |
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}; \ |