Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 20:53:41 +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: r375485 - head/graphics/xv/files
Message-ID:  <201412242053.sBOKrgAR043812@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 24 20:53:40 2014
New Revision: 375485
URL: https://svnweb.freebsd.org/changeset/ports/375485
QAT: https://qat.redports.org/buildarchive/r375485/

Log:
  Finish properly support png 1.5

Modified:
  head/graphics/xv/files/patch-Imakefile

Modified: head/graphics/xv/files/patch-Imakefile
==============================================================================
--- head/graphics/xv/files/patch-Imakefile	Wed Dec 24 20:02:04 2014	(r375484)
+++ head/graphics/xv/files/patch-Imakefile	Wed Dec 24 20:53:40 2014	(r375485)
@@ -51,7 +51,7 @@
  #endif
  
 +PNG    = -DDOPNG
-+PNGINC = -I${LOCALBASE}/include/libpng15
++PNGINC = -I${LOCALBASE}/include
 +PNGLIB = -L${LOCALBASE}/lib -lpng
 +
 +JP2K    = -DDOJP2K



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