summaryrefslogtreecommitdiff
path: root/devel/monotone/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/monotone/files/patch-Makefile.in')
-rw-r--r--devel/monotone/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/monotone/files/patch-Makefile.in b/devel/monotone/files/patch-Makefile.in
new file mode 100644
index 000000000000..56395645dbba
--- /dev/null
+++ b/devel/monotone/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Mar 1 00:49:43 2004
++++ Makefile.in Sun Mar 21 22:49:58 2004
+@@ -1143,7 +1143,7 @@
+ $(CXXLINK) $(depot_cgi_LDFLAGS) $(depot_cgi_OBJECTS) $(depot_cgi_LDADD) $(LIBS)
+ monotone$(EXEEXT): $(monotone_OBJECTS) $(monotone_DEPENDENCIES)
+ @rm -f monotone$(EXEEXT)
+- $(CXXLINK) $(monotone_LDFLAGS) $(monotone_OBJECTS) $(monotone_LDADD) $(LIBS)
++ $(CXXLINK) $(monotone_LDFLAGS) $(monotone_OBJECTS) $(monotone_LDADD) $(LIBS) $(LTLIBINTL) $(LTLIBICONV)
+ unit_tests$(EXEEXT): $(unit_tests_OBJECTS) $(unit_tests_DEPENDENCIES)
+ @rm -f unit_tests$(EXEEXT)
+ $(CXXLINK) $(unit_tests_LDFLAGS) $(unit_tests_OBJECTS) $(unit_tests_LDADD) $(LIBS)