summaryrefslogtreecommitdiff
path: root/graphics/entice
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-10-20 05:58:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-10-20 05:58:34 +0000
commitb1807a3aefa18674f6269eb537447e6870a1d655 (patch)
tree287adaba1a2e4dcffb168919884e025737e39a07 /graphics/entice
parentUpdate to 1.3.4 (diff)
Fix building with new ecore.
Obtained from: kris@
Notes
Notes: svn path=/head/; revision=145908
Diffstat (limited to 'graphics/entice')
-rw-r--r--graphics/entice/Makefile2
-rw-r--r--graphics/entice/files/patch-src_bin_ipc.c10
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"