From b32ad73debef3ca0ed9ec70dd7663207e2efd52a Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Wed, 24 Jun 2015 08:22:18 +0000 Subject: [PATCH] rsstail: unbreak build (#1779) --- srcpkgs/rsstail/patches/fix-1779.patch | 12 ++++++++++++ srcpkgs/rsstail/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/rsstail/patches/fix-1779.patch diff --git a/srcpkgs/rsstail/patches/fix-1779.patch b/srcpkgs/rsstail/patches/fix-1779.patch new file mode 100644 index 00000000000..c73974523ba --- /dev/null +++ b/srcpkgs/rsstail/patches/fix-1779.patch @@ -0,0 +1,12 @@ +--- Makefile.orig ++++ Makefile +@@ -2,7 +2,8 @@ + + DEBUG=-g + LDFLAGS=-lmrss $(DEBUG) +-CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) ++override LDFLAGS:=-lmrss $(LDFLAGS) ++override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG) + + OBJS=r2t.o + diff --git a/srcpkgs/rsstail/template b/srcpkgs/rsstail/template index 4f0ea27ff6f..a2d1be7f6d0 100644 --- a/srcpkgs/rsstail/template +++ b/srcpkgs/rsstail/template @@ -1,7 +1,7 @@ # Template file for 'rsstail' pkgname=rsstail version=1.8 -revision=1 +revision=2 build_style=gnu-makefile makedepends="libmrss-devel" short_desc="More or less an rss reader"