diff options
Diffstat (limited to 'multimedia/vstream-client/files/patch-Makefile')
-rw-r--r-- | multimedia/vstream-client/files/patch-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/vstream-client/files/patch-Makefile b/multimedia/vstream-client/files/patch-Makefile deleted file mode 100644 index 08231262946a..000000000000 --- a/multimedia/vstream-client/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig 2014-06-09 11:10:17.744127904 +0800 -+++ Makefile 2014-06-09 11:10:39.050126273 +0800 -@@ -14,9 +14,9 @@ CFLAGS += $(INCLUDE) - all: $(LIBNAME) vstream-client - - install: $(LIBNAME) vstream-client -- $(INSTALL) -m 755 vstream-client $(BINDIR)/vstream-client -- $(INSTALL) -m 644 $(LIBNAME) $(LIBDIR)/$(LIBNAME) -- $(INSTALL) -m 644 vstream-client.h $(INCDIR)/vstream-client.h -+ $(INSTALL) -m 755 vstream-client $(DESTDIR)$(BINDIR)/vstream-client -+ $(INSTALL) -m 644 $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME) -+ $(INSTALL) -m 644 vstream-client.h $(DESTDIR)$(INCDIR)/vstream-client.h - - .c.o: - $(CC) -c $(CFLAGS) -o $@ $< |