netbsd-curses: set HOSTCC

This commit is contained in:
Ella Stanforth 2022-04-21 11:24:25 +00:00
parent 4c80b29903
commit 3d8ff233dc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fetch() {
build() {
cd $pkgname-$pkgver
bad --gmake gmake PREFIX=/usr CROSSCOMPILING=1 LDFLAGS_HOST= CFLAGS_HOST=
bad --gmake gmake PREFIX=/usr HOSTCC=cc CROSSCOMPILING=1 LDFLAGS_HOST= CFLAGS_HOST=
}
package() {