diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-08-06 10:53:54 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-08-06 10:53:54 +0000 |
commit | 02e454d15d1b88464bea24b1fe794e707b78c633 (patch) | |
tree | 6c509124baef9f12c74f6da2210c4dde6bdc463a /lang/caml-light/files/patch-src_runtime_Makefile | |
parent | - Add readline as dependency when it was already installed. The program (diff) |
- Honor CC, CFLAGS etc. [1]
- Use BSD_INSTALL_* macros to install files. [1]
- Make the port PREFIX clean.
PR: ports/101398 [1]
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=169820
Diffstat (limited to 'lang/caml-light/files/patch-src_runtime_Makefile')
-rw-r--r-- | lang/caml-light/files/patch-src_runtime_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/caml-light/files/patch-src_runtime_Makefile b/lang/caml-light/files/patch-src_runtime_Makefile new file mode 100644 index 000000000000..17d383b2dd06 --- /dev/null +++ b/lang/caml-light/files/patch-src_runtime_Makefile @@ -0,0 +1,14 @@ +--- src/runtime/Makefile.orig Tue Jun 10 17:54:35 1997 ++++ src/runtime/Makefile Sun Aug 6 15:20:36 2006 +@@ -1,9 +1,9 @@ + # Makefile for the Caml Light runtime system + + # These options are overriden when called from ../Makefile. +-CC=cc ++#CC=cc + OPTS=#-fno-defer-pop +-CFLAGS=-O2 $(OPTS) -I.. ++CFLAGS=$(OPTS) -I.. + LIBS= + + # Test to see whether ranlib exists on the machine |