forked from Kitt-AI/snowboy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-generated PortAudio patch using diff -u to avoid error when applyi…
…ng the patch
- Loading branch information
1 parent
d170a53
commit 1d61daf
Showing
3 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- Makefile.in 2016-01-09 14:05:04.096356637 -0500 | ||
+++ Makefile_new.in 2016-01-09 14:04:56.667925681 -0500 | ||
--- Makefile.in 2017-05-31 16:42:16.000000000 -0700 | ||
+++ Makefile_new.in 2017-05-31 16:44:02.000000000 -0700 | ||
@@ -193,6 +193,8 @@ | ||
for include in $(INCLUDES); do \ | ||
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \ | ||
done | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include | ||
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig | ||
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc | ||
@echo "" | ||
for include in $(INCLUDES); do \ | ||
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \ | ||
done | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include | ||
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig | ||
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc | ||
@echo "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- Makefile.in 2016-01-09 14:05:04.096356637 -0500 | ||
+++ Makefile_new.in 2016-01-09 14:04:56.667925681 -0500 | ||
--- Makefile.in 2017-05-31 16:42:16.000000000 -0700 | ||
+++ Makefile_new.in 2017-05-31 16:44:02.000000000 -0700 | ||
@@ -193,6 +193,8 @@ | ||
for include in $(INCLUDES); do \ | ||
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \ | ||
done | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include | ||
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig | ||
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc | ||
@echo "" | ||
for include in $(INCLUDES); do \ | ||
$(INSTALL_DATA) -m 644 $(top_srcdir)/include/$$include $(DESTDIR)$(includedir)/$$include; \ | ||
done | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_ringbuffer.h $(DESTDIR)$(includedir)/$$include | ||
+ $(INSTALL_DATA) -m 644 $(top_srcdir)/src/common/pa_util.h $(DESTDIR)$(includedir)/$$include | ||
$(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig | ||
$(INSTALL) -m 644 portaudio-2.0.pc $(DESTDIR)$(libdir)/pkgconfig/portaudio-2.0.pc | ||
@echo "" |