pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml fix choosing pkgsrc provided compiler



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9834ef99b41
branches:  trunk
changeset: 399434:d9834ef99b41
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 19 22:37:03 2009 +0000

description:
fix choosing pkgsrc provided compiler

diffstat:

 lang/ocaml/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r a75e05b15cfd -r d9834ef99b41 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Sat Sep 19 22:35:58 2009 +0000
+++ b/lang/ocaml/Makefile       Sat Sep 19 22:37:03 2009 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.62 2009/09/12 18:44:40 tonio Exp $
+# $NetBSD: Makefile,v 1.63 2009/09/19 22:37:03 sno Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
 CONFIGURE_ARGS+=       -no-tk
+CONFIGURE_ARGS+=       -cc ${CC}
 CONFIGURE_ENV+=                disable_x11=yes
 
 BUILD_TARGET=          world



Home | Main Index | Thread Index | Old Index