summaryrefslogtreecommitdiff
path: root/converters/rss2html/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/rss2html/patches/patch-aa')
-rw-r--r--converters/rss2html/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/converters/rss2html/patches/patch-aa b/converters/rss2html/patches/patch-aa
deleted file mode 100644
index ad3ba86f400..00000000000
--- a/converters/rss2html/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/07/29 04:40:47 grant Exp $
-
---- src/Makefile.orig 2004-11-28 07:57:28.000000000 +1100
-+++ src/Makefile
-@@ -5,7 +5,7 @@ CFLAGS+=-DVERSION=\"${VERSION}\"
- OBJ=main.o rsslist.o config.o rssshow.o download.o
-
- all: ${OBJ}
-- $(CC) ${CFLAGS} ${OBJ} -o ${BIN}
-+ $(CC) ${CFLAGS} ${OBJ} ${LDFLAGS} ${LIBS} -o ${BIN}
-
- clean:
- rm -f ${BIN} ${OBJ}