edbrowse: fixed cross build.

This commit is contained in:
Juan RP 2014-09-27 04:49:19 +02:00
parent 5f75f8a37a
commit 1934832e35

View file

@ -12,7 +12,7 @@ distfiles="http://the-brannons.com/${pkgname}/${pkgname}-${version}.zip"
checksum=e379cffb1098cfedf56ceedaaa7e20064551a0737ad6cd8ad5124fdfb18d9a5f
do_build() {
make ${makejobs} -C src JS_CXXFLAGS="$(pkg-config mozjs-24 --cflags)"
make ${makejobs} -C src JS_CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/mozjs-24"
}
do_install() {