xterm: fix build on armv*
This commit is contained in:
parent
219caa8e38
commit
352a8cd8c4
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xterm'
|
||||
pkgname=xterm
|
||||
version=373
|
||||
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
|
||||
|
@ -22,6 +22,8 @@ changelog="https://invisible-island.net/xterm/xterm.log.html"
|
|||
distfiles="https://invisible-mirror.net/archives/xterm/xterm-${version}.tgz"
|
||||
checksum=deb0989473a63908b5a8d44dfeea8301c8710f6ce01fb57ce8c30002375746b6
|
||||
|
||||
CFLAGS="-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700"
|
||||
|
||||
post_install() {
|
||||
for f in {u,}xterm.desktop; do
|
||||
vinstall $f 644 usr/share/applications
|
||||
|
|
Loading…
Add table
Reference in a new issue