aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-09-15 17:13:22 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-09-15 17:13:22 +0000
commit8378b3e444fe097be404f0e50d0e65f5fac648b6 (patch)
tree2f6d708fca0a334484e1c68b703817490efff338 /audio
parent222ecfdf5d16a0078eeb8593028cc93830c80457 (diff)
downloadports-8378b3e444fe097be404f0e50d0e65f5fac648b6.tar.gz
ports-8378b3e444fe097be404f0e50d0e65f5fac648b6.zip
Notes
Diffstat (limited to 'audio')
-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