mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Support staging, and modernize LIB_DEPENDS. Tweak build environment to get proper detection of png/jpeg libs. Switch to using BZIP2 tarballs. PR: ports/186024 Approved by: jose@diasfernandes.pt (maintainer) Security: 6d08fa63-83bf-11e3-bdba-080027ef73ec
10 lines
246 B
C++
10 lines
246 B
C++
--- ./htmldoc/image.cxx.orig 2013-08-09 04:53:39.000000000 +0200
|
|
+++ ./htmldoc/image.cxx 2014-01-28 04:47:41.000000000 +0100
|
|
@@ -44,6 +44,7 @@
|
|
}
|
|
|
|
#include <png.h> /* Portable Network Graphics (PNG) definitions */
|
|
+#include <pngpriv.h>
|
|
|
|
|
|
/*
|