summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-26 23:21:06 +0200
committerIsmael Luceno2019-08-26 23:21:06 +0200
commit3f35aa78c80d60028bd7ae15b8e2b4b1769e13f4 (patch)
treece850b998a4e7a3156d85ce1a47b84de4badb13e /http
parent4cf1b59c404d149140d06753492a8e49c014c836 (diff)
firefox: Add missing libvpx and libpng configure flags
Diffstat (limited to 'http')
-rwxr-xr-xhttp/firefox/DEPENDS4
-rw-r--r--http/firefox/HISTORY1
2 files changed, 3 insertions, 2 deletions
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 5019e52b51..70a2e86b5f 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -24,7 +24,7 @@ depends libxft &&
depends gdk-pixbuf2 &&
depends libjpeg-turbo "--with-system-jpeg" &&
-depends -sub APNG libpng &&
+depends -sub APNG libpng "--with-system-png" &&
depends librsvg2 &&
depends libwebp "--with-system-webp" &&
@@ -48,7 +48,7 @@ depends zlib "--with-system-zlib" &&
depends bzip2 "--with-system-bz2" &&
depends libevent "--with-system-libevent" &&
-depends libvpx &&
+depends libvpx "--with-system-libvpx" &&
depends libffi "--enable-system-ffi" &&
depends pixman "--enable-system-pixman" &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index aca35fff58..848fbf33c3 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,6 @@
2019-08-26 Ismael Luceno <ismael@sourcemage.org>
* BUILD: Simpilfied cleanup of CFLAGS/CXXFLAGS
+ * DEPENDS: Added missing libvpx and libpng configure flags
2019-08-14 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 68.0.2, SECURITY_PATCH++, (CVE-2019-11733)