Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2015 21:44:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377259 - head/graphics/exact-image/files
Message-ID:  <201501172144.t0HLigZ5085524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501172144.t0HLigZ5085524>