From 519db515aa36b080236f9cc91d1bc2a1c2b95b60 Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 27 Dec 2008 18:10:15 +0000 Subject: 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 --- emulators/wine/Makefile | 1 + emulators/wine/files/patch-configure | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 emulators/wine/files/patch-configure (limited to 'emulators/wine') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4ffb412cd357..9a5b98101bf1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine DISTVERSION= 1.1.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ 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 \ -- cgit