xterm: fix musl build
This commit is contained in:
parent
7fd5c66d75
commit
c067b60462
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xterm'
|
||||
pkgname=xterm
|
||||
version=323
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
||||
--enable-256-color --enable-luit --enable-paste64 --enable-ansi-color
|
||||
|
@ -21,6 +21,10 @@ license="MIT"
|
|||
distfiles="ftp://invisible-island.net/xterm/$pkgname-$version.tgz"
|
||||
checksum=e39f7469910ecc92bd53496037770d4b572d33486a4ba97188e64459f25658bf
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/caddr_t/void*/g' Tekproc.c
|
||||
}
|
||||
|
||||
post_install() {
|
||||
for f in {u,}xterm.desktop; do
|
||||
vinstall $f 644 usr/share/applications
|
||||
|
|
Loading…
Add table
Reference in a new issue