svn commit: r377259 - head/graphics/exact-image/files

Antoine Brodin antoine at FreeBSD.org
Sat Jan 17 21:44:43 UTC 2015


Author: antoine
Date: Sat Jan 17 21:44:42 2015
New Revision: 377259
URL: https://svnweb.freebsd.org/changeset/ports/377259
QAT: https://qat.redports.org/buildarchive/r377259/

Log:
  Fix build with giflib 5.0.6

Modified:
  head/graphics/exact-image/files/patch-codecs__gif.cc

Modified: head/graphics/exact-image/files/patch-codecs__gif.cc
==============================================================================
--- head/graphics/exact-image/files/patch-codecs__gif.cc	Sat Jan 17 21:38:36 2015	(r377258)
+++ head/graphics/exact-image/files/patch-codecs__gif.cc	Sat Jan 17 21:44:42 2015	(r377259)
@@ -11,7 +11,7 @@
 +#endif
 +{
 +#if GIFLIB_MAJOR >= 5
-+  char *Err = GifErrorString(ErrorCode);
++  const char *Err = GifErrorString(ErrorCode);
 +#else
 +  char *Err = GifErrorString();
 +  int ErrorCode = GifError();


More information about the svn-ports-all mailing list