mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
LibreCAD: rebuild with boost169
This commit is contained in:
committed by
GitHub
parent
63f439a887
commit
254afa04d0
@@ -6,7 +6,7 @@ translations."
|
|||||||
HOMEPAGE="https://librecad.org/"
|
HOMEPAGE="https://librecad.org/"
|
||||||
COPYRIGHT="2022 LibreCAD"
|
COPYRIGHT="2022 LibreCAD"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/LibreCAD/LibreCAD/archive/$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/LibreCAD/LibreCAD/archive/$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="dfce6f290b89707a0717789aa0cdea4ca5a96685fa0e65cfc49d70166bd182f2"
|
CHECKSUM_SHA256="dfce6f290b89707a0717789aa0cdea4ca5a96685fa0e65cfc49d70166bd182f2"
|
||||||
SOURCE_DIR="LibreCAD-$portVersion"
|
SOURCE_DIR="LibreCAD-$portVersion"
|
||||||
@@ -23,6 +23,7 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
|
lib:libboost_system$secondaryArchSuffix
|
||||||
lib:libfreetype$secondaryArchSuffix
|
lib:libfreetype$secondaryArchSuffix
|
||||||
lib:libGL$secondaryArchSuffix
|
lib:libGL$secondaryArchSuffix
|
||||||
lib:libmuparser$secondaryArchSuffix
|
lib:libmuparser$secondaryArchSuffix
|
||||||
@@ -35,7 +36,7 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libboost_system$secondaryArchSuffix
|
devel:libboost_system$secondaryArchSuffix >= 1.69.0
|
||||||
devel:libfreetype$secondaryArchSuffix
|
devel:libfreetype$secondaryArchSuffix
|
||||||
devel:libGL$secondaryArchSuffix
|
devel:libGL$secondaryArchSuffix
|
||||||
devel:libmuparser$secondaryArchSuffix
|
devel:libmuparser$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user