]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- added tinfo patch (assure linking with terminfo)
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 25 Nov 2002 20:03:01 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi.spec -> 1.73

irssi.spec

index e10c694151550f862d7c988c85e221900c9eca3e..878a6a77b4ee6009ad6456ce9c585a4429ab2b73 100644 (file)
@@ -14,6 +14,7 @@ Source2:      %{name}.png
 Patch0:                %{name}-dcc-send-limit.patch
 Patch1:                %{name}-channel_auto_who.patch
 Patch2:                %{name}.conf.patch
+Patch3:                %{name}-tinfo.patch
 URL:           http://www.irssi.org/
 BuildRequires: automake
 BuildRequires: autoconf
@@ -41,6 +42,7 @@ Irssi jest tekstowym klientem IRC ze wsparciem dla IPv6.
 #%patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
@@ -53,6 +55,7 @@ rm -f missing
        --with-bot \
        --with-textui \
        --with-proxy \
+       --with-terminfo \
        --with-modules \
        %{?!_without_perl:--enable-perl=shared} \
        %{?_without_perl:--enable-perl=no} \
This page took 0.078902 seconds and 4 git commands to generate.