From b3f80e0306587663a493502e4fcfa1c17c5836fd Mon Sep 17 00:00:00 2001 From: Ctibor Date: Tue, 23 Oct 2012 22:23:48 +0200 Subject: Initial import of the local overlay. --- net-misc/unison/files/unison-2.27.57-as-needed.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 net-misc/unison/files/unison-2.27.57-as-needed.patch (limited to 'net-misc/unison/files/unison-2.27.57-as-needed.patch') diff --git a/net-misc/unison/files/unison-2.27.57-as-needed.patch b/net-misc/unison/files/unison-2.27.57-as-needed.patch new file mode 100755 index 0000000..ff5be04 --- /dev/null +++ b/net-misc/unison/files/unison-2.27.57-as-needed.patch @@ -0,0 +1,11 @@ +--- unison-2.17.1/Makefile.OCaml ++++ unison-2.17.1/Makefile.OCaml +@@ -330,7 +330,7 @@ + + $(NAME)$(EXEC_EXT): $(CAMLOBJS) $(COBJS) + @echo Linking $@ +- $(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $(CLIBS) $^ ++ $(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $^ $(CLIBS) + + # Unfortunately -output-obj does not put .o files into the output, only .cmx + # files, so we have to use $(LD) to take care of COBJS. -- cgit v1.2.3