diff options
-rw-r--r-- | graphics/entice/Makefile | 2 | ||||
-rw-r--r-- | graphics/entice/files/patch-src_bin_ipc.c | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile index c37e74416176..d0e9de6e7c0a 100644 --- a/graphics/entice/Makefile +++ b/graphics/entice/Makefile @@ -7,7 +7,7 @@ PORTNAME= entice PORTVERSION= 0.9.3.004 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff --git a/graphics/entice/files/patch-src_bin_ipc.c b/graphics/entice/files/patch-src_bin_ipc.c new file mode 100644 index 000000000000..e3c65acd55bc --- /dev/null +++ b/graphics/entice/files/patch-src_bin_ipc.c @@ -0,0 +1,10 @@ +--- src/bin/ipc.c.orig Thu Oct 20 13:54:46 2005 ++++ src/bin/ipc.c Thu Oct 20 13:54:54 2005 +@@ -2,6 +2,7 @@ + #include "ipc.h" + #include <Ecore_Ipc.h> + #include <limits.h> ++#include <stdio.h> + #include <stdlib.h> + + #define IPC_TITLE "entice" |