diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-12-27 18:10:15 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-12-27 18:10:15 +0000 |
commit | a6b2e267493c952c054c917ee752b340b92f677e (patch) | |
tree | 11c907cbd8c1e2f33976937e163e4d8e93689fe5 /emulators/wine/files/patch-configure | |
parent | Update to 1.3.26 (diff) |
Address a problem related to (incorrect) use of _mkdir by backporting
part of the full fix that has been applied upstream past 1.1.11.
Bump PORTREVISION, giving wine-1.1.11_1,1.tbz which is kind of nice. :-)
PR: 129951
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Notes
Notes:
svn path=/head/; revision=224854
Diffstat (limited to 'emulators/wine/files/patch-configure')
-rw-r--r-- | emulators/wine/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-configure b/emulators/wine/files/patch-configure new file mode 100644 index 000000000000..031280210d93 --- /dev/null +++ b/emulators/wine/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2008-12-24 20:12:58.000000000 +0100 ++++ configure 2008-12-24 20:13:00.000000000 +0100 +@@ -17789,7 +17789,6 @@ + + + for ac_func in \ +- _mkdir \ + _pclose \ + _popen \ + _snprintf \ |