diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-02-20 00:08:37 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-02-20 00:08:37 +0000 |
commit | 0b19c45675b23854f5bb6d24dfec8e3b5cce9d0e (patch) | |
tree | d8c33e6a7ca6370037f2b21a7820592837c50e4a /emulators/wine | |
parent | 1659443770187d5013ace1adeb1660335303e177 (diff) | |
download | ports-0b19c45675b23854f5bb6d24dfec8e3b5cce9d0e.tar.gz ports-0b19c45675b23854f5bb6d24dfec8e3b5cce9d0e.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine/files/patch-ar | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 58e007fa4c03..18ee23572734 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,12 +3,12 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.67 1999/01/17 10:53:43 se Exp $ +# $Id: Makefile,v 1.68 1999/02/01 23:28:01 se Exp $ # -DATE= 990131 +DATE= 990214 DISTNAME= Wine-${DATE} -PKGNAME= wine-99.01.31 +PKGNAME= wine-99.02.14 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 6aedc7470c26..00ed262e1922 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1 +1 @@ -MD5 (Wine-990131.tar.gz) = 8a3ba3b5e9f1eaf5e6863536795447fb +MD5 (Wine-990214.tar.gz) = ee9447f18a19223d5d45e199e6629751 diff --git a/emulators/wine/files/patch-ar b/emulators/wine/files/patch-ar index 3dfdbc7afdcb..a35e94da457c 100644 --- a/emulators/wine/files/patch-ar +++ b/emulators/wine/files/patch-ar @@ -4,25 +4,25 @@ *** 2616,2620 **** ; return 0; } EOF -! if { (eval echo configure:2993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! 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" --- 2616,2620 ---- ; return 0; } EOF -! if { (eval echo configure:2993: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! 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" *************** *** 2657,2661 **** ; return 0; } EOF -! if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +! 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" --- 2657,2661 ---- ; return 0; } EOF -! if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then +! 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" |