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:
parent
222ecfdf5d
commit
8378b3e444
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118183
4
audio/rsynth/files/configure
vendored
4
audio/rsynth/files/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user