mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
ftjam: unbreak build.
This commit is contained in:
parent
c79fbd3c58
commit
f2e86944e1
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ homepage="http://freetype.org/jam/"
|
||||||
distfiles="http://david.freetype.org/jam/${pkgname}-${version}.tar.bz2"
|
distfiles="http://david.freetype.org/jam/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec
|
checksum=a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
unset AR
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/ftjam
|
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/ftjam
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue