pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc GNU configure require C compiler in configure phase.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae0a0b48f77a
branches: trunk
changeset: 542642:ae0a0b48f77a
user: obache <obache%pkgsrc.org@localhost>
date: Sat May 24 06:14:00 2008 +0000
description:
GNU configure require C compiler in configure phase.
Suggested by Hasso Tepper in PR 38626.
diffstat:
devel/atf/Makefile | 4 ++--
devel/exempi/Makefile | 4 ++--
misc/m17n-db/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 483ccae6b17d -r ae0a0b48f77a devel/atf/Makefile
--- a/devel/atf/Makefile Sat May 24 04:59:59 2008 +0000
+++ b/devel/atf/Makefile Sat May 24 06:14:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/05/01 15:14:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/24 06:14:00 obache Exp $
#
DISTNAME= atf-0.5
@@ -10,7 +10,7 @@
COMMENT= Automated testing framework
GNU_CONFIGURE= yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
CONFIGURE_ARGS+= ATF_CONFSUBDIR=
diff -r 483ccae6b17d -r ae0a0b48f77a devel/exempi/Makefile
--- a/devel/exempi/Makefile Sat May 24 04:59:59 2008 +0000
+++ b/devel/exempi/Makefile Sat May 24 06:14:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/12 10:56:18 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/24 06:14:00 obache Exp $
#
DISTNAME= exempi-2.0.0
@@ -12,7 +12,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= exempi/exempi-2.0.pc.in
diff -r 483ccae6b17d -r ae0a0b48f77a misc/m17n-db/Makefile
--- a/misc/m17n-db/Makefile Sat May 24 04:59:59 2008 +0000
+++ b/misc/m17n-db/Makefile Sat May 24 06:14:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/03/15 14:25:25 obache Exp $
+# $NetBSD: Makefile,v 1.3 2008/05/24 06:14:00 obache Exp $
#
DISTNAME= m17n-db-1.5.1
@@ -15,7 +15,7 @@
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= yes
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
PKGCONFIG_OVERRIDE+= m17n-db.pc.in
Home |
Main Index |
Thread Index |
Old Index