mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
poppler: Qt 5.7+ needs c++11.
This commit is contained in:
@@ -6,7 +6,7 @@ COPYRIGHT="2002-2017 Albert Astals Cid
|
||||
2005 Kristian Høgsberg
|
||||
2001-2002 Derek Noonburg (xpdf)"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://poppler.freedesktop.org/poppler-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="528b661738839f9a25f6e580fcd2d5db007e0a1948580c6489f0062798ca1992"
|
||||
|
||||
@@ -182,7 +182,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
# export CFLAGS="-D_BSD_SOURCE"
|
||||
export CXXFLAGS="-D_BSD_SOURCE"
|
||||
export CXXFLAGS="-D_BSD_SOURCE -std=c++11"
|
||||
export LDFLAGS="-lnetwork -lbsd"
|
||||
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user