mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
nspr: fix build for real
the recipe was broken in 4634abe, not idea how I managed to build it before
This commit is contained in:
@@ -13,7 +13,7 @@ COPYRIGHT="Mozilla Foundation"
|
||||
HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR"
|
||||
SOURCE_URI="https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$portVersion/src/nspr-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
SOURCE_DIR="nspr-$portVersion/nspr"
|
||||
@@ -22,7 +22,7 @@ PATCHES="nspr-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
nspr$secondaryArchSuffix = $portVersion
|
||||
lib:libnspr4$secondaryArchSuffion compat >= 4
|
||||
lib:libnspr4$secondaryArchSuffix = $portVersion compat >= 4
|
||||
lib:libplc4$secondaryArchSuffix = $portVersion compat >= 4
|
||||
lib:libplds4$secondaryArchSuffix = $portVersion compat >= 4
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user