diff options
author | se <se@FreeBSD.org> | 1998-12-27 13:30:09 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1998-12-27 13:30:09 +0000 |
commit | f5b9348034abbf028c9a3074462a597f5927c17b (patch) | |
tree | db726bcecaca0bdb7cf483cf784bec4dc8192b24 /emulators/wine-devel/files | |
parent | 325347254f216f7b517418659b3c5efe804983f6 (diff) | |
download | FreeBSD-ports-f5b9348034abbf028c9a3074462a597f5927c17b.zip FreeBSD-ports-f5b9348034abbf028c9a3074462a597f5927c17b.tar.gz |
Upgrade to 981211 version of Wine.
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r-- | emulators/wine-devel/files/patch-ar | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar index 00a464f..5f71f30 100644 --- a/emulators/wine-devel/files/patch-ar +++ b/emulators/wine-devel/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 |