mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ca546db10d
Use the same technique madpilot used on x11-toolkits/ocaml-lablgtk2 to restore the build after the (unexpected) changed to the output of ocamlfindlib during its update to 1.7.1 While here, document previously unknown ocamlfind requirement.
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
--- configure.orig 2014-03-14 15:01:05 UTC
|
|
+++ configure
|
|
@@ -3427,7 +3427,7 @@ fi
|
|
|
|
#if ocamlfind is used it gives the install path for ocaml library
|
|
if test "$USEOCAMLFIND" = yes; then
|
|
- OCAMLINSTALLLIB=$(ocamlfind printconf destdir)
|
|
+ OCAMLINSTALLLIB=$(ocamlfind printconf destdir | sed 's/:.*//')
|
|
else
|
|
OCAMLINSTALLLIB=$OCAMLLIB
|
|
fi
|