diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-15 15:49:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-15 15:49:15 +0000 |
commit | 56288bfc025770b65006e9c047b7ca270dcc6ea1 (patch) | |
tree | a5639d2fd3b81d09e5701fb3aeb757c6273a83e8 /app-text/htmlc/files/htmlc-2.21.0-ocaml312.patch | |
parent | add htmlc license (diff) | |
download | historical-56288bfc025770b65006e9c047b7ca270dcc6ea1.tar.gz historical-56288bfc025770b65006e9c047b7ca270dcc6ea1.tar.bz2 historical-56288bfc025770b65006e9c047b7ca270dcc6ea1.zip |
initial import, ebuild by me
Package-Manager: portage-2.2.0_alpha23/cvs/Linux x86_64
Diffstat (limited to 'app-text/htmlc/files/htmlc-2.21.0-ocaml312.patch')
-rw-r--r-- | app-text/htmlc/files/htmlc-2.21.0-ocaml312.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/htmlc/files/htmlc-2.21.0-ocaml312.patch b/app-text/htmlc/files/htmlc-2.21.0-ocaml312.patch new file mode 100644 index 000000000000..1edbbf10c116 --- /dev/null +++ b/app-text/htmlc/files/htmlc-2.21.0-ocaml312.patch @@ -0,0 +1,19 @@ +Index: htmlc-2.21.0/compiler/Makefile +=================================================================== +--- htmlc-2.21.0.orig/compiler/Makefile ++++ htmlc-2.21.0/compiler/Makefile +@@ -37,12 +37,12 @@ bin: $(PROG).bin + + $(PROG).bin: $(BINOBJS) + $(CAMLBIN) -o $(PROG).bin str.cmxa unix.cmxa $(BINOBJS) \ +- -cclib -lunix -cclib -lstr && \ ++ -cclib -lunix -cclib -lcamlstr && \ + $(RM) $(PROG) && ln -s $(PROG).bin $(PROG) + + $(PROG).byt: $(BYTOBJS) + $(CAMLBYT) -g -custom -o $(PROG).byt str.cma unix.cma $(BYTOBJS) \ +- -cclib -lunix -cclib -lstr && \ ++ -cclib -lunix -cclib -lcamlstr && \ + $(RM) $(PROG) && ln -s $(PROG).byt $(PROG) + + installbyt: |