79a213615b
the build for spidermonkey so provide our own. this is needed by gjs to pickup mozilla-js. ok martynas@ (MAINTAINER)
11 lines
318 B
PkgConfig
11 lines
318 B
PkgConfig
# $OpenBSD: mozilla-js.pc,v 1.1 2011/04/11 20:02:19 jasper Exp $
|
|
prefix=${TRUEPREFIX}
|
|
includedir=${prefix}/include/js/
|
|
|
|
Name: JavaScript
|
|
Description: The Mozilla JavaScript Library
|
|
Version: ${MOZILLA_VERSION}
|
|
Requires: nspr
|
|
Libs: -L${prefix}/lib -lmozjs -lncurses -lm
|
|
Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE
|