pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/camlp5 Needs a real C compiler for the optimised ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1c2c2d847b6
branches:  trunk
changeset: 536870:f1c2c2d847b6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 14:00:38 2007 +0000

description:
Needs a real C compiler for the optimised build.

diffstat:

 lang/camlp5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 42ef2691781e -r f1c2c2d847b6 lang/camlp5/Makefile
--- a/lang/camlp5/Makefile      Thu Dec 27 13:19:40 2007 +0000
+++ b/lang/camlp5/Makefile      Thu Dec 27 14:00:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/12/01 12:56:04 tonio Exp $
+# $NetBSD: Makefile,v 1.2 2007/12/27 14:00:38 joerg Exp $
 #
 
 DISTNAME=      camlp5-5.01
@@ -11,7 +11,7 @@
 COMMENT=       Camlp5 is a preprocessor-pretty-printer of ocaml
 
 HAS_CONFIGURE= yes
-USE_LANGUAGES= # none
+USE_LANGUAGES= c # needed for optimised compiler
 
 CONFIGURE_ARGS+=       --bindir ${PREFIX}/bin
 CONFIGURE_ARGS+=       --mandir ${PREFIX}/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index