diff options
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-configure | 10 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/files/patch-configure | 10 |
4 files changed, 22 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4ffb412cd357..9a5b98101bf1 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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-devel/files/patch-configure b/emulators/wine-devel/files/patch-configure new file mode 100644 index 000000000000..031280210d93 --- /dev/null +++ b/emulators/wine-devel/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 \ 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 \ |