1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Fix build with recent GCC.

Reported by:	pointyhat.freebsd.org
Approved by:	portmgr (marcus), fjoe (mentor, implicit)
This commit is contained in:
Alexey Dokuchaev 2004-09-15 17:13:22 +00:00
parent 222ecfdf5d
commit 8378b3e444
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118183

View File

@ -1301,7 +1301,7 @@ cat > conftest.$ac_ext <<EOF
int main() { return 0; }
int t() {
atan()
atan(0)
; return 0; }
EOF
if eval $ac_link; then
@ -1340,7 +1340,7 @@ cat > conftest.$ac_ext <<EOF
int main() { return 0; }
int t() {
atan()
atan(0)
; return 0; }
EOF
if eval $ac_link; then