diff options
author | Stefan Eßer <se@FreeBSD.org> | 1998-12-27 13:30:09 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1998-12-27 13:30:09 +0000 |
commit | f06d462fb4f8f2d4cabafbe305fe53c6b43b7d0c (patch) | |
tree | b7d88e487bfceca6129d1b184803a08fc0f76327 /emulators/wine/files | |
parent | Depend on the right port under www. (diff) |
Upgrade to 981211 version of Wine.
Notes
Notes:
svn path=/head/; revision=15657
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-ar | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/emulators/wine/files/patch-ar b/emulators/wine/files/patch-ar index 00a464f7e514..5f71f30e6fa6 100644 --- a/emulators/wine/files/patch-ar +++ b/emulators/wine/files/patch-ar @@ -1,37 +1,28 @@ -*** configure.orig Sun Sep 27 19:09:55 1998 ---- configure Fri Oct 2 21:29:19 1998 +*** configure.orig Wed Dec 23 19:24:45 1998 +--- configure Wed Dec 23 19:26:33 1998 *************** -*** 2355,2359 **** +*** 2616,2620 **** ; return 0; } EOF -! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_extern_prefix="yes" ---- 2354,2358 ---- +--- 2616,2620 ---- ; return 0; } EOF -! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_extern_prefix="yes" *************** -*** 2396,2400 **** +*** 2657,2661 **** ; return 0; } EOF -! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_asm_string="yes" ---- 2395,2399 ---- +--- 2657,2661 ---- ; return 0; } EOF -! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_c_asm_string="yes" -*************** -*** 3440,3443 **** ---- 3439,3444 ---- - - trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 -+ -+ LDLIBS="$LDLIBS -lxpg4" - - DEFS=-DHAVE_CONFIG_H |