diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-03-16 12:03:23 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-03-16 12:03:23 +0800 |
commit | 435012aa697939278dbf2ae9c559fd2c35e5f853 (patch) | |
tree | 9e728f378fac100b5c2b407fd8308ddf2f2773b8 /graphics/entice | |
parent | d6f68be67a8ee4210111d4217ea1b1936115f036 (diff) | |
download | freebsd-ports-gnome-435012aa697939278dbf2ae9c559fd2c35e5f853.tar.gz freebsd-ports-gnome-435012aa697939278dbf2ae9c559fd2c35e5f853.tar.zst freebsd-ports-gnome-435012aa697939278dbf2ae9c559fd2c35e5f853.zip |
Fix build, remove BROKEN.
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" |