diff options
Diffstat (limited to 'media-libs/tse3/files/tse3-0.3.1-parallelmake.patch')
-rw-r--r-- | media-libs/tse3/files/tse3-0.3.1-parallelmake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch new file mode 100644 index 000000000000..b4fc927a7183 --- /dev/null +++ b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch @@ -0,0 +1,11 @@ +--- src/tse3/Makefile.am.old 2007-02-06 23:57:38.000000000 +0100 ++++ src/tse3/Makefile.am 2007-02-07 00:08:01.000000000 +0100 +@@ -53,7 +53,7 @@ + + noinst_PROGRAMS = test + test_SOURCES = test.cpp +-test_LDADD = $(top_builddir)/src/tse3/libtse3.la ++test_LDADD = ./libtse3.la + + # McCabe .i file generation + |