mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
dma: fix 32 bit requirements
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="
|
||||
2008 The DragonFly Project
|
||||
"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="a4ed8467f11854045bea48e25df78528db225b72"
|
||||
SOURCE_URI="https://github.com/corecode/dma/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="7ccb3d0428fc34ff1625eae2f0b1f116f4374f03b3f1a54f4c1410e63067256e"
|
||||
@@ -43,14 +43,14 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto
|
||||
lib:libssl
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcrypto
|
||||
devel:libssl
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:flex
|
||||
|
||||
Reference in New Issue
Block a user