mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
bepdf: Fix build on 64-bit.
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="1997 Benoit Triquet
|
||||
2000-2011 Michael Pfeiffer
|
||||
2013-2017 Augustin Cavalier"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BePDF/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2ffad477a0e7ffc3914a227f99918f3a1255da6d5da6f17f6bfd0cf0846d97c6"
|
||||
SOURCE_DIR="BePDF-$portVersion"
|
||||
@@ -42,6 +42,11 @@ BUILD_PREREQUIRES="
|
||||
# cmd:ps2pdf
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/long GAtomicCounter/int32 GAtomicCounter/' xpdf/goo/GMutex.h
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
pushd xpdf
|
||||
|
||||
Reference in New Issue
Block a user