FS#16264 - [rxvt-unicode] patch to fix building error

Attached to Project: Arch Linux
Opened by Laszlo Papp (djszapi) - Saturday, 19 September 2009, 16:12 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 01 October 2009, 02:28 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Kieslich (tobias)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

--- PKGBUILD?revision=30609 2009-08-21 23:41:27.000000000 +0200
+++ PKGBUILD 2009-08-21 23:32:36.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 30609 2009-03-21 01:44:37Z eric $
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org

Hello!

I've got a small patch for rxvt-unicode package to be able to build, something
similar in case of community/rxvt-unicode-color256!


@@ -25,12 +25,13 @@
--enable-xim \
--enable-keepscrolling \
--enable-selectionscrolling \
- --enable-smart-resize \
--enable-xpm-background \
--enable-transparency \
--enable-utmp \
--enable-wtmp \
--enable-lastlog
+ sed -i "s/char \*base = strrchr (str, '\/')/char \*base = (char \*) strrchr (str, '\/')/g" src/misc.C
+ sed -i "s/char \*eq = strchr (str, '=')/char \*eq = (char \*)strchr (str, '=')/g" src/command.C
make || return 1
mkdir -p ${startdir}/pkg/usr/share/terminfo
export TERMINFO=${startdir}/pkg/usr/share/terminfo
This task depends upon

Closed by  Eric Belanger (Snowman)
Thursday, 01 October 2009, 02:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  rxvt-unicode-9.06-3 in testing
Comment by Gerardo Exequiel Pozzi (djgera) - Saturday, 19 September 2009, 17:12 GMT
Please attach the patch instead of pasting it. Thanks.

Loading...