diff options
author | obache <obache@pkgsrc.org> | 2008-05-24 06:14:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-24 06:14:00 +0000 |
commit | ea22c4280f2217e88f0a8a9cbea4fc1c7a691e29 (patch) | |
tree | 6e5f4e18440796a6bf95b9798defdbc428ec6ec1 | |
parent | 06146a59008f75d463e02d2aae81057ed996c314 (diff) | |
download | pkgsrc-ea22c4280f2217e88f0a8a9cbea4fc1c7a691e29.tar.gz |
GNU configure require C compiler in configure phase.
Suggested by Hasso Tepper in PR 38626.
-rw-r--r-- | devel/atf/Makefile | 4 | ||||
-rw-r--r-- | devel/exempi/Makefile | 4 | ||||
-rw-r--r-- | misc/m17n-db/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/atf/Makefile b/devel/atf/Makefile index 5f8689d9850..92c551c1ee4 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -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 @@ HOMEPAGE= http://www.NetBSD.org/~jmmv/atf/ COMMENT= Automated testing framework GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes CONFIGURE_ARGS+= ATF_CONFSUBDIR= diff --git a/devel/exempi/Makefile b/devel/exempi/Makefile index 5768cca582c..ac951b75fef 100644 --- a/devel/exempi/Makefile +++ b/devel/exempi/Makefile @@ -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 @@ COMMENT= XMP library 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 --git a/misc/m17n-db/Makefile b/misc/m17n-db/Makefile index cbb6362257c..f56daa7e2ed 100644 --- a/misc/m17n-db/Makefile +++ b/misc/m17n-db/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes -USE_LANGUAGES= # none +USE_LANGUAGES= c PKGCONFIG_OVERRIDE+= m17n-db.pc.in |