diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 07:31:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 07:31:00 +0000 |
commit | 34c5689b4790716f27acafdc4ea576113e421efa (patch) | |
tree | 588a4e852adbdf3816a4f5b138a6af949e2a8a20 /audio/timidity++/files/patch-interface__Makefile.in | |
parent | Silent re-roll of files. I cannot check the difference exactly, but (diff) |
- Update to version 2.14.0
PR: 174176
Submitted by: ports fury
Diffstat (limited to 'audio/timidity++/files/patch-interface__Makefile.in')
-rw-r--r-- | audio/timidity++/files/patch-interface__Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/timidity++/files/patch-interface__Makefile.in b/audio/timidity++/files/patch-interface__Makefile.in new file mode 100644 index 000000000000..4b914b6a79d4 --- /dev/null +++ b/audio/timidity++/files/patch-interface__Makefile.in @@ -0,0 +1,10 @@ +--- interface/Makefile.in.orig 2012-06-28 23:14:25.000000000 +0900 ++++ interface/Makefile.in 2012-10-13 00:59:03.000000000 +0900 +@@ -340,7 +340,6 @@ + + INCLUDES = \ + -I$(top_srcdir)/timidity \ +- -I$(top_srcdir)/libarc \ + -I$(top_srcdir)/utils + + |