mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
poppler, disable nss (#6323)
This commit is contained in:
@@ -221,7 +221,7 @@ COPYRIGHT="2008 Adam Batkin
|
||||
2007 Will Stephenson
|
||||
1994 X Consortium"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://poppler.freedesktop.org/poppler-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="021557074516492375c2bb4226a413aad431159e9177f9f14dff4159d2723b14"
|
||||
SOURCE_DIR="poppler-$portVersion"
|
||||
@@ -268,7 +268,6 @@ REQUIRES="
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:liblcms2$secondaryArchSuffix
|
||||
lib:libnspr4$secondaryArchSuffix
|
||||
lib:libnss3$secondaryArchSuffix
|
||||
lib:libopenjp2$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
@@ -391,7 +390,6 @@ BUILD_REQUIRES="
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:liblcms2$secondaryArchSuffix
|
||||
devel:libnspr4$secondaryArchSuffix
|
||||
devel:libnss3$secondaryArchSuffix
|
||||
devel:libopenjp2$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
@@ -432,16 +430,16 @@ defineDebugInfoPackage poppler$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake . $cmakeDirArgs \
|
||||
cmake -B build -S. $cmakeDirArgs \
|
||||
-DCMAKE_CXX_FLAGS="-D_BSD_SOURCE" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON
|
||||
make $jobArgs
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLibs libpoppler \
|
||||
libpoppler-cpp \
|
||||
@@ -449,7 +447,7 @@ INSTALL()
|
||||
libpoppler-qt5
|
||||
fixPkgconfig
|
||||
|
||||
mkdir -p $manDir $(dirname $includeDir)
|
||||
mkdir -p $(dirname $includeDir)
|
||||
mv $prefix/include $includeDir
|
||||
rm -rf $prefix/share
|
||||
|
||||
|
||||
Reference in New Issue
Block a user