summaryrefslogtreecommitdiff
path: root/net-misc/unison/files/unison-2.27.57-as-needed.patch
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2015-01-30 20:38:47 +0100
committerCtibor <ctibor.brancik@seznam.cz>2015-01-30 20:38:47 +0100
commit8c63f5900555fbb250d00d7dd0dba6d4593fbed3 (patch)
tree0c3704c9d44f9f6a5a5daf9b0b6100712158cd7e /net-misc/unison/files/unison-2.27.57-as-needed.patch
parentefe5d573092658a1fb6c9c41dfe41a3983a98450 (diff)
downloadbrancik-overlay-8c63f5900555fbb250d00d7dd0dba6d4593fbed3.tar.gz
brancik-overlay-8c63f5900555fbb250d00d7dd0dba6d4593fbed3.tar.bz2
Removed unnecessary ebuilds that have been added to the main tree already or are not needed anymore.
Diffstat (limited to 'net-misc/unison/files/unison-2.27.57-as-needed.patch')
-rwxr-xr-xnet-misc/unison/files/unison-2.27.57-as-needed.patch11
1 files changed, 0 insertions, 11 deletions
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
deleted file mode 100755
index ff5be04..0000000
--- a/net-misc/unison/files/unison-2.27.57-as-needed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.