mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
enchant2: fix file conflict with enchant.
Reverts a change made in 1d79784495
that
removed the make args. Also add explanation for why the make arguments
are necessary.
This commit is contained in:
parent
37949a221f
commit
6f425e9187
1 changed files with 8 additions and 1 deletions
|
@ -1,9 +1,16 @@
|
||||||
# Template file for 'enchant2'
|
# Template file for 'enchant2'
|
||||||
pkgname=enchant2
|
pkgname=enchant2
|
||||||
version=2.2.15
|
version=2.2.15
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="enchant-${version}"
|
wrksrc="enchant-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
# so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;
|
||||||
|
# might be a bug in their build system that only this directory and/or file aren't
|
||||||
|
# suffixed appropriately.
|
||||||
|
# passing this in make is safe because this is the value used to define the macro
|
||||||
|
# that their code uses to find enchant.ordering
|
||||||
|
make_build_args="pkgdatadir=/usr/share/enchant-2"
|
||||||
|
make_install_args="$make_build_args"
|
||||||
# tests need --enable-relocatable
|
# tests need --enable-relocatable
|
||||||
configure_args="--enable-relocatable"
|
configure_args="--enable-relocatable"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue