mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
irssi: bump version
This commit is contained in:
@@ -93,9 +93,9 @@ COPYRIGHT="1999-2019 Timo Sirainen
|
||||
xavierog"
|
||||
LICENSE="GNU GPL v2
|
||||
OpenSSL GPL2 exception"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/irssi/irssi/releases/download/$portVersion/irssi-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fd8b0ef2544fdb691211293dded3dcf6ed87f21781db19e7df62ead797f18a06"
|
||||
CHECKSUM_SHA256="53182861d4d2be6db35fa7e3f0524a64d2a54a374307574dab5f5362bfea563c"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
|
||||
@@ -141,6 +141,9 @@ BUILD()
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --with-perl=module --with-socks \
|
||||
--with-proxy --enable-true-color
|
||||
# unichar typedef in SupportDefs.h
|
||||
grep -Rl unichar src/ | xargs sed -i -e 's/unichar/unichar2/g'
|
||||
grep -Rl unichar2 src/ | xargs sed -i -E 's/(g_[[:alpha:]_]*)unichar2/\1unichar/g'
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user