rsstail: unbreak build (#1779)
This commit is contained in:
12
srcpkgs/rsstail/patches/fix-1779.patch
Normal file
12
srcpkgs/rsstail/patches/fix-1779.patch
Normal file
@@ -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
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'rsstail'
|
# Template file for 'rsstail'
|
||||||
pkgname=rsstail
|
pkgname=rsstail
|
||||||
version=1.8
|
version=1.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libmrss-devel"
|
makedepends="libmrss-devel"
|
||||||
short_desc="More or less an rss reader"
|
short_desc="More or less an rss reader"
|
||||||
|
|||||||
Reference in New Issue
Block a user