summaryrefslogtreecommitdiff
path: root/libre/xchat
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-13 20:18:27 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-13 20:18:27 -0500
commit3e7c8239f52eb7691864e9e218c357ab70e8a8a3 (patch)
tree508c870f022f2adedd9456fb07c5f6abaef8416e /libre/xchat
parentdb8573c07726dccff97f8656f25bb731457de75b (diff)
xchat-2.8.8-19.parabola1: Fix overlinking, rebuild with current librsvg to fix icon sizes
Diffstat (limited to 'libre/xchat')
-rw-r--r--libre/xchat/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/xchat/PKGBUILD b/libre/xchat/PKGBUILD
index 97994323c..af5efe18d 100644
--- a/libre/xchat/PKGBUILD
+++ b/libre/xchat/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=xchat
pkgver=2.8.8
-pkgrel=18.parabola1
+pkgrel=19.parabola1
pkgdesc="A GTK+ based IRC client, without nonfree browser reference"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.xchat.org/"
@@ -53,6 +53,7 @@ build() {
LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share \
--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm --enable-spell=static
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}