svn commit: r375485 - head/graphics/xv/files

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 20:53:42 UTC 2014


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


More information about the svn-ports-head mailing list