svn commit: r375609 - in head/multimedia/ffmpegthumbnailer: . files
Thomas Zander
riggs at FreeBSD.org
Thu Dec 25 22:44:00 UTC 2014
Author: riggs
Date: Thu Dec 25 22:43:59 2014
New Revision: 375609
URL: https://svnweb.freebsd.org/changeset/ports/375609
QAT: https://qat.redports.org/buildarchive/r375609/
Log:
Fix build on 8.x systems
PR: 195600
Submitted by: truckman at FreeBSD.org
Approved by: clutton at zoho.com (maintainer)
Added:
head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h (contents, props changed)
Modified:
head/multimedia/ffmpegthumbnailer/Makefile
Modified: head/multimedia/ffmpegthumbnailer/Makefile
==============================================================================
--- head/multimedia/ffmpegthumbnailer/Makefile Thu Dec 25 22:18:59 2014 (r375608)
+++ head/multimedia/ffmpegthumbnailer/Makefile Thu Dec 25 22:43:59 2014 (r375609)
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --with-pkgconfigdir=${PR
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= libtool pathfix pkgconfig
+USES= compiler:c++11-lib libtool pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
Added: head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/ffmpegthumbnailer/files/patch-libffmpegthumbnailer_jpegwriter.h Thu Dec 25 22:43:59 2014 (r375609)
@@ -0,0 +1,10 @@
+--- libffmpegthumbnailer/jpegwriter.h.orig 2014-05-30 02:04:59.000000000 -0700
++++ libffmpegthumbnailer/jpegwriter.h 2014-12-02 18:20:46.000000000 -0800
+@@ -17,6 +17,7 @@
+ #ifndef JPEG_WRITER_H
+ #define JPEG_WRITER_H
+
++#include <cstdio>
+ #include <string>
+ #include <vector>
+
More information about the svn-ports-all
mailing list