netbsd-curses: fix cross

This commit is contained in:
Ella Stanforth 2022-04-22 21:34:18 +00:00
parent d8ba48c8fd
commit a3c01e7787

View file

@ -19,7 +19,7 @@ build() {
package() {
cd $pkgname-$pkgver
bad --gmake gmake install DESTDIR=$pkgdir PREFIX=/usr
bad --gmake gmake install DESTDIR=$pkgdir PREFIX=/usr HOSTCC=cc CROSSCOMPILING=1 LDFLAGS_HOST= CFLAGS_HOST=
}
backup() {