summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/diffpdf/Makefile2
-rw-r--r--graphics/gnash/Makefile4
-rw-r--r--graphics/graphviz/Makefile1
-rw-r--r--graphics/swftools/Makefile2
-rw-r--r--graphics/xv/files/patch-xvpng.c4
5 files changed, 7 insertions, 6 deletions
diff --git a/graphics/diffpdf/Makefile b/graphics/diffpdf/Makefile
index 26d10bb66b49..d93d634ada5d 100644
--- a/graphics/diffpdf/Makefile
+++ b/graphics/diffpdf/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2+
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
-USES= compiler:c++11-lang gl qmake qt:5
+USES= compiler:c++11-lang qmake qt:5 gl
USE_GL= gl
USE_QT= buildtools linguist_build core gui printsupport widgets
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index b1ec8d8d890b..1a55b19e51d3 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -26,8 +26,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \
CONFLICTS= gnash-devel-[0-9]*
-USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gl gmake gnome \
- libtool pkgconfig jpeg gnome gl desktop-file-utils xorg
+USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \
+ pkgconfig jpeg gnome gl desktop-file-utils xorg
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
WANT_GSTREAMER= yes
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index d4204303f502..7f68a61d6eca 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -114,6 +114,7 @@ PHP_LIB_DEPENDS= libpcre.so:devel/pcre \
GHOSTSCRIPT_LIB_DEPENDS= libgs.so:print/${_GS_PORT}
XPM_CONFIGURE_WITH= x
+XPM_CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no
DIGCOLA_CONFIGURE_WITH= digcola
IPSEPCOLA_CONFIGURE_WITH= ipsepcola
IPSEPCOLA_IMPLIES= DIGCOLA
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile
index 64d2d1e7400f..b33f88c4b6ae 100644
--- a/graphics/swftools/Makefile
+++ b/graphics/swftools/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libt1.so:devel/t1lib \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
-USES= gl gmake pkgconfig jpeg
+USES= gmake pkgconfig jpeg gl
USE_GL= glut
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no
diff --git a/graphics/xv/files/patch-xvpng.c b/graphics/xv/files/patch-xvpng.c
index 5a67f9a6f858..82076f94ced5 100644
--- a/graphics/xv/files/patch-xvpng.c
+++ b/graphics/xv/files/patch-xvpng.c
@@ -480,8 +480,8 @@
- commentsize += strlen(info_ptr->text[i].key) + 1 +
- info_ptr->text[i].text_length + 2;
+ for (i = 0; i < _num_text; i++)
-+ commentsize += strlen(_text[i].key) + 1 +
-+ _text[i].text_length + 2;
++ commentsize += strlen(_text[i].key) + 2 +
++ _text[i].text_length + _text[i].itxt_length + 1;
if ((pinfo->comment = malloc(commentsize)) == NULL) {
png_warning(png_ptr,"can't allocate comment string");