You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/dav/files/dav-0.8.5-asneeded.patch

13 lines
318 B

diff -u -r a/Makefile b/Makefile
--- a/Makefile 2004-02-22 02:04:07.000000000 +0100
+++ b/Makefile 2008-12-30 19:31:19.000000000 +0100
@@ -12,7 +12,7 @@
LDFLAGS=-lncurses -O3 -Wall
dav: $(OBJECTS)
- $(CC) $(LDFLAGS) $(OBJECTS) -o dav
+ $(CC) $(OBJECTS) $(LDFLAGS) -o dav
install:
mkdir -p $(DESTDIR)/usr/bin