aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-10-20 13:58:34 +0800
committervanilla <vanilla@FreeBSD.org>2005-10-20 13:58:34 +0800
commit3ff87768799a57efd17ee4c6b495454e822fb1eb (patch)
treed5050466da3f531db6fcd6c639e1bbcad04722b1 /graphics
parent01f0cd5f70eff2b72b4c7cd0422d33599a6b9827 (diff)
downloadfreebsd-ports-gnome-3ff87768799a57efd17ee4c6b495454e822fb1eb.tar.gz
freebsd-ports-gnome-3ff87768799a57efd17ee4c6b495454e822fb1eb.tar.zst
freebsd-ports-gnome-3ff87768799a57efd17ee4c6b495454e822fb1eb.zip
Fix building with new ecore.
Obtained from: kris@
Diffstat (limited to 'graphics')
-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"