1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/wine/files/patch-ar

29 lines
923 B
Plaintext
Raw Normal View History

1998-12-27 13:30:09 +00:00
*** configure.orig Wed Dec 23 19:24:45 1998
--- configure Wed Dec 23 19:26:33 1998
***************
1998-12-27 13:30:09 +00:00
*** 2616,2620 ****
; return 0; }
EOF
1999-02-20 00:08:37 +00:00
! if { (eval echo configure:3304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
ac_cv_c_extern_prefix="yes"
1998-12-27 13:30:09 +00:00
--- 2616,2620 ----
; return 0; }
EOF
1999-02-20 00:08:37 +00:00
! if { (eval echo configure:3304: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then
rm -rf conftest*
ac_cv_c_extern_prefix="yes"
***************
1998-12-27 13:30:09 +00:00
*** 2657,2661 ****
; return 0; }
EOF
1999-02-20 00:08:37 +00:00
! if { (eval echo configure:3345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
ac_cv_c_asm_string="yes"
1998-12-27 13:30:09 +00:00
--- 2657,2661 ----
; return 0; }
EOF
1999-02-20 00:08:37 +00:00
! if { (eval echo configure:3345: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then
rm -rf conftest*
ac_cv_c_asm_string="yes"