mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cjs: Test for existence of gitestmacros.h
This commit is contained in:
parent
570928df0e
commit
21e253f2d1
1 changed files with 1 additions and 2 deletions
|
@ -16,10 +16,9 @@ homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||||
distfiles="https://github.com/linuxmint/cjs/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/cjs/archive/${version}.tar.gz"
|
||||||
checksum=7dab9615c41d9cb3b2409b2aa6cb9813ef5762f8c62526f54b4b3734079961f6
|
checksum=7dab9615c41d9cb3b2409b2aa6cb9813ef5762f8c62526f54b4b3734079961f6
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
cp ${FILESDIR}/ax_code_coverage.m4 m4/
|
cp ${FILESDIR}/ax_code_coverage.m4 m4/
|
||||||
if [ ! -d "${XBPS_CROSS_BASE}/usr/share/gobject-introspection-1.0/tests" ]; then
|
if [ ! -s "${XBPS_CROSS_BASE}/usr/share/gobject-introspection-1.0/tests/gitestmacros.h" ]; then
|
||||||
# /usr/share/gobject-introspection-1.0/tests missing in cross builds
|
# /usr/share/gobject-introspection-1.0/tests missing in cross builds
|
||||||
cp -aR /usr/share/gobject-introspection-1.0/tests \
|
cp -aR /usr/share/gobject-introspection-1.0/tests \
|
||||||
${XBPS_CROSS_BASE}/usr/share/gobject-introspection-1.0
|
${XBPS_CROSS_BASE}/usr/share/gobject-introspection-1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue