diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 05:32:34 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-09 05:32:34 +0000 |
commit | 307530aae7329d78db6bcab482363facc1e3af02 (patch) | |
tree | 9ea261af6d59600f78786a56c5b6ea50a20b8745 /emulators/wine/files | |
parent | Change MASTER_SITE to fetch distfiles. (diff) |
Update to 980927.
Submitted by: Stefan Esser <se@mi.uni-koeln.de>
Notes
Notes:
svn path=/head/; revision=13777
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-ar | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/emulators/wine/files/patch-ar b/emulators/wine/files/patch-ar index 60c8a2836a98..00a464f7e514 100644 --- a/emulators/wine/files/patch-ar +++ b/emulators/wine/files/patch-ar @@ -1,11 +1,37 @@ -*** configure~ Wed Dec 24 11:12:03 1997 ---- configure Wed Dec 24 11:18:45 1997 +*** configure.orig Sun Sep 27 19:09:55 1998 +--- configure Fri Oct 2 21:29:19 1998 *************** -*** 2462,2465 **** ---- 2462,2467 ---- - trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 +*** 2355,2359 **** + ; return 0; } + EOF +! if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -rf conftest* + ac_cv_c_extern_prefix="yes" +--- 2354,2358 ---- + ; return 0; } + EOF +! if { (eval echo configure:2358: \"$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 **** + ; return 0; } + EOF +! if { (eval echo configure:2399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + rm -rf conftest* + ac_cv_c_asm_string="yes" +--- 2395,2399 ---- + ; return 0; } + EOF +! if { (eval echo configure:2399: \"$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 ---- -+ LDLIBS="$LDLIBS -lxpg4" + trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 + - DEFS=-DHAVE_CONFIG_H ++ LDLIBS="$LDLIBS -lxpg4" + DEFS=-DHAVE_CONFIG_H |