diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-12 13:52:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-12 13:52:13 +0000 |
commit | 2397c5497d1ca4ae093bb6929d79f9ed6b84d46f (patch) | |
tree | 5ac92c0498c2d1cb31931f3412ae093ee1183eb1 /packages/monotone/monotone-6-0.37/txt2c-cross-post-0.22.patch | |
parent | 962c0ea966a402b5b59e87f8e2b66522b2767c0b (diff) |
monotone: update to 0.37
Diffstat (limited to 'packages/monotone/monotone-6-0.37/txt2c-cross-post-0.22.patch')
-rw-r--r-- | packages/monotone/monotone-6-0.37/txt2c-cross-post-0.22.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/monotone/monotone-6-0.37/txt2c-cross-post-0.22.patch b/packages/monotone/monotone-6-0.37/txt2c-cross-post-0.22.patch new file mode 100644 index 0000000000..182993f027 --- /dev/null +++ b/packages/monotone/monotone-6-0.37/txt2c-cross-post-0.22.patch @@ -0,0 +1,11 @@ +--- /tmp/Makefile.am 2007-11-12 14:43:17.000000000 +0100 ++++ monotone-0.37/Makefile.am 2007-11-12 14:43:35.633234000 +0100 +@@ -692,7 +692,7 @@ + CLEANFILES = $(BUILT_SOURCES) $(CLEAN_SOURCES) $(EPS_FIGURES) + + txt2c: txt2c.cc +- $(CXX) $(CXXFLAGS) -o $@ $< ++ $(BUILD_CXX) $(BUILD_CXXFLAGS) -o $@ $< + chmod 0755 $@$(EXEEXT) + + # FIXME: should use stamp files. |