diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-03 07:07:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-03 07:07:45 +0000 |
commit | 51259bc63279ec4c5288ac5bb1d3c9c3aaaa52aa (patch) | |
tree | 4d94892b412dfc810530c79959a8b699a6635d38 /packages/monotone/files | |
parent | 3045b0eff6c4690d4a92d84cda6a9ce9dec04e44 (diff) |
monotone: monotone-0.23
Diffstat (limited to 'packages/monotone/files')
-rw-r--r-- | packages/monotone/files/txt2c-cross-post-0.22.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/monotone/files/txt2c-cross-post-0.22.patch b/packages/monotone/files/txt2c-cross-post-0.22.patch new file mode 100644 index 0000000000..18ff9eb87c --- /dev/null +++ b/packages/monotone/files/txt2c-cross-post-0.22.patch @@ -0,0 +1,11 @@ +--- monotone-0.23/Makefile.am.orig 2005-10-02 23:32:09.876678400 -0700 ++++ monotone-0.23/Makefile.am 2005-10-02 23:32:13.940934147 -0700 +@@ -427,7 +427,7 @@ + CLEANFILES = $(BUILT_SOURCES_CLEAN) $(EPS_FIGURES) + + txt2c: txt2c.cc Makefile +- $(CXX) $(CXXFLAGS) -o $@ $< ++ $(BUILD_CXX) $(BUILD_CXXFLAGS) -o $@ $< + chmod 0755 $@$(EXEEXT) + + apidocs: |