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-ab | |
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-ab')
-rw-r--r-- | lang/caml-light/files/patch-ab | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/lang/caml-light/files/patch-ab b/lang/caml-light/files/patch-ab index 0bc8b66a8880..6b5068407094 100644 --- a/lang/caml-light/files/patch-ab +++ b/lang/caml-light/files/patch-ab @@ -1,6 +1,6 @@ ---- contrib/Makefile.orig Sat Nov 11 15:57:42 2000 -+++ contrib/Makefile Sat Mar 6 06:42:32 2004 -@@ -5,7 +5,7 @@ +--- contrib/Makefile.orig Sun Nov 12 02:57:42 2000 ++++ contrib/Makefile Sat Aug 5 09:57:42 2006 +@@ -5,24 +5,24 @@ # Remember that "libunix" is required for # "debugger", "libgraph", "camltk", "camltk4", and "search_isos". PACKAGES=libunix libgraph debugger libnum libstr mletags \ @@ -9,7 +9,18 @@ # caml-tex # caml-latex2e # camltk -@@ -22,7 +22,7 @@ + + # Which C compiler to use. + # Should be the same compiler used to compile the main system (../src). +-CC=gcc ++#CC=gcc + + # Any additional options to $(CC). +-OPTS= ++OPTS=${CFLAGS} + + # How to call the C preprocessor on a file that does not have the .c extension. + # That's /lib/cpp on most machines, sometimes /usr/bin/cpp, # and /usr/ccs/lib/cpp under Solaris. # The -P option suppresses the generation of "# linenum" directives, # which are not understood by Caml Light. |