1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/lang/ocaml/files
Mikhail Teterin 3df8eb7768 OCaml folks use $(ARCH) in Makefiles to mean, what configure identified
as the architecture (and wrote out ${WRKSRC}/config/Makefile).
Our make, however, ignores assigments to this variable. Fortunately for
most concerned, make's ARCH is the same as configure's. Except on
sparc64.
This update fixes this problem as well as
	. adds a hunk to patch-configure to enable profiling on all
	  platforms;
	. modifies REPLINPLACE_ARGS to not even create .bak files instead
	  of removing them later.

at the moment, the build still dies on Panther due to a segfault in the
freshly built ocamlc.opt. It may be due to Panther's running 6-current,
however and there is no other sparc64 to check...

Notified by:	kris	(the sparc vs. sparc64 issue)
2005-07-03 06:02:21 +00:00
..
patch-camlp4-man::Makefile
patch-camlp4::lib::Makefile o Update to 3.08.3 2005-04-23 01:34:05 +00:00
patch-configure OCaml folks use $(ARCH) in Makefiles to mean, what configure identified 2005-07-03 06:02:21 +00:00
patch-ocamldoc::Makefile
patch-stdlib::Makefile o Update to 3.08.3 2005-04-23 01:34:05 +00:00