poppler: use WITH_NSS3 to disable nss explicit

This commit is contained in:
Juergen Daubert 2017-10-04 17:35:55 +02:00
parent 493bfe3247
commit 5b633cb2a3
3 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pdfimages
-rwxr-xr-x root/root usr/bin/pdfinfo
-rwxr-xr-x root/root usr/bin/pdfseparate
-rwxr-xr-x root/root usr/bin/pdfsig
-rwxr-xr-x root/root usr/bin/pdftocairo
-rwxr-xr-x root/root usr/bin/pdftohtml
-rwxr-xr-x root/root usr/bin/pdftoppm

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aJBbvUxFVDh/FiBf/3OoeDs++mxcXRl2BmvzE5a0Rl/rB8GZigx0WwnO3Hq7K8FR1n38iT5YvPITbBu9OjfoQQ=
SHA256 (Pkgfile) = f1a274a9f700fdae8636c74380c29f42101b35cf7bc12b9889218e56f3a371ce
SHA256 (.footprint) = 9132d91f04b26f96b6aa3115470fc8f2012de9b72069ffaef1793308da6c8c6a
RWSE3ohX2g5d/ckfGA0rbsLO5YIZ21L9DFQuTRBqyWJbhu8RfWu2pR4cM0aVkxy/xEW3bK3jLIV997HpZF0LcDwYnIq6I7+M2wA=
SHA256 (Pkgfile) = 1e6a440c8b7e6b2bbac686d102e3e5f43fce8d6e82c2ec5cfad5479f4548e31b
SHA256 (.footprint) = f39d6e1eea3c914a54840fbe8372b61d83ca863d896ca96f4785977b52ab56ff
SHA256 (poppler-0.60.0.tar.xz) = 1570774f44ba86c42ffacc5d9151a771e99584a55e6631bdf267123a2aed1c72

View File

@ -5,7 +5,7 @@
name=poppler
version=0.60.0
release=1
release=2
source=(http://poppler.freedesktop.org/poppler-$version.tar.xz)
build() {
@ -26,7 +26,7 @@ build() {
-DENABLE_ZLIB=ON \
-DENABLE_CMS=lcms2 \
-DENABLE_LIBOPENJPEG=none \
-DENABLE_NSS3=OFF
-DWITH_NSS3=OFF
make
make DESTDIR=$PKG install