mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
gtkwave: fix crossbuild
This commit is contained in:
parent
88e2f4ca0b
commit
9eacebcbf9
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ homepage="http://gtkwave.sourceforge.net/"
|
||||||
distfiles="http://gtkwave.sourceforge.net/gtkwave-${version}.tar.gz"
|
distfiles="http://gtkwave.sourceforge.net/gtkwave-${version}.tar.gz"
|
||||||
checksum=53f5ba3f6c4e231c2cc712411f6bf22bb22569af2801ace97eedd05df6332121
|
checksum=53f5ba3f6c4e231c2cc712411f6bf22bb22569af2801ace97eedd05df6332121
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
make -C contrib/pccts/antlr CC=cc LD=ld CFLAGS= LDFLAGS=
|
||||||
|
make -C contrib/pccts/dlg CC=cc LD=ld CFLAGS= LDFLAGS=
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.TXT
|
vlicense LICENSE.TXT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue