diff options
Diffstat (limited to 'graphics/entice')
-rw-r--r-- | graphics/entice/Makefile | 4 | ||||
-rw-r--r-- | graphics/entice/files/patch-src_bin_entice.c | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile index 99961a942a96..a488d33ba7d2 100644 --- a/graphics/entice/Makefile +++ b/graphics/entice/Makefile @@ -7,7 +7,7 @@ PORTNAME= entice PORTVERSION= 0.9.3.004 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vanilla @@ -17,8 +17,6 @@ COMMENT= An image viewer written using libraries for Enlightenment 0.17 LIB_DEPENDS= esmart_thumb.0:${PORTSDIR}/graphics/esmart -BROKEN= Does not compile - USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget diff --git a/graphics/entice/files/patch-src_bin_entice.c b/graphics/entice/files/patch-src_bin_entice.c new file mode 100644 index 000000000000..6d06bceeb76c --- /dev/null +++ b/graphics/entice/files/patch-src_bin_entice.c @@ -0,0 +1,10 @@ +--- src/bin/entice.c.orig Mon Jul 25 10:50:38 2005 ++++ src/bin/entice.c Thu Mar 16 11:56:43 2006 +@@ -16,6 +16,7 @@ + #include <string.h> + #include <sys/types.h> + #include <sys/stat.h> ++#include <dirent.h> + #include <unistd.h> + #include "entice.h" + #include "ipc.h" |