aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2004-09-16 01:13:22 +0800
committerdanfe <danfe@FreeBSD.org>2004-09-16 01:13:22 +0800
commit7db2ae922ea695f4c017b4f1ddbca0e2c88f0c97 (patch)
tree9575cc5d0849ab235befe35862e2c8043017873b
parent77159c08e16d147e635f2b420f1054bf34ee9b3c (diff)
downloadfreebsd-ports-gnome-7db2ae922ea695f4c017b4f1ddbca0e2c88f0c97.tar.gz
freebsd-ports-gnome-7db2ae922ea695f4c017b4f1ddbca0e2c88f0c97.tar.zst
freebsd-ports-gnome-7db2ae922ea695f4c017b4f1ddbca0e2c88f0c97.zip
Fix build with recent GCC.
Reported by: pointyhat.freebsd.org Approved by: portmgr (marcus), fjoe (mentor, implicit)
-rw-r--r--audio/rsynth/files/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rsynth/files/configure b/audio/rsynth/files/configure
index ae5e11cfeb0a..4697d8f5e4ad 100644
--- a/audio/rsynth/files/configure
+++ b/audio/rsynth/files/configure
@@ -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