diff options
author | krion <krion@FreeBSD.org> | 2004-04-09 02:28:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-09 02:28:21 +0800 |
commit | 2d56da8bcbc32a6bf0ff3ce067d4a763afe486b8 (patch) | |
tree | 843268d2d9189580cc3b4ad74c4fd82f762f0755 /graphics/zphoto | |
parent | 32f0c49f03ce5eaa44b8efc30f67e37281803e65 (diff) | |
download | freebsd-ports-gnome-2d56da8bcbc32a6bf0ff3ce067d4a763afe486b8.tar.gz freebsd-ports-gnome-2d56da8bcbc32a6bf0ff3ce067d4a763afe486b8.tar.zst freebsd-ports-gnome-2d56da8bcbc32a6bf0ff3ce067d4a763afe486b8.zip |
- Fix bug with avifile
PR: ports/65327
Submitted by: maintainer
Diffstat (limited to 'graphics/zphoto')
-rw-r--r-- | graphics/zphoto/Makefile | 1 | ||||
-rw-r--r-- | graphics/zphoto/files/patch-util.c | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 1a055b6f132c..5c318cad8d19 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -7,6 +7,7 @@ PORTNAME= zphoto PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= http://namazu.org/~satoru/zphoto/ MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/zphoto/files/patch-util.c b/graphics/zphoto/files/patch-util.c new file mode 100644 index 000000000000..479773932167 --- /dev/null +++ b/graphics/zphoto/files/patch-util.c @@ -0,0 +1,10 @@ +--- util.c.orig Sun Apr 4 02:11:57 2004 ++++ util.c Fri Apr 9 00:25:22 2004 +@@ -393,7 +393,6 @@ + int + zphoto_video_file_p (const char *file_name) + { +- return 0; + /* + * Check by its file name only (not its content). + */ |