Skip to content

Commit

Permalink
Move clang dependency to hostmakedepends
Browse files Browse the repository at this point in the history
  • Loading branch information
nsailor committed Sep 25, 2023
1 parent 25b3464 commit 200f923
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions srcpkgs/ObjFW/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ pkgname=ObjFW
version=1.0.3
revision=1
build_style=gnu-configure
makedepends="openssl-devel clang"
hostmakedepends="clang"
makedepends="openssl-devel"
short_desc="Portable framework for the Objective-C language"
maintainer="Jason Barmparesos <github@jasonb.dev>"
license="GPL-2.0-only,GPL-3.0-only,QPL-1.0"
Expand All @@ -12,10 +13,6 @@ changelog="https://objfw.nil.im/file?name=ChangeLog&ci=trunk"
distfiles="https://objfw.nil.im/downloads/objfw-${version}.tar.gz"
checksum=1c81d7d03578b2d9084fc5d8722d4eaa4bdc2f3f09ce41231e7ceab8212fae17

pre_configure() {
export OBJC="clang"
}

ObjFW-devel_package() {
short_desc+=" - development files and utilities"
depends="${sourcepkg}>=${version}_${revision}"
Expand Down

0 comments on commit 200f923

Please sign in to comment.