diff options
author | obache <obache> | 2008-05-24 06:14:00 +0000 |
---|---|---|
committer | obache <obache> | 2008-05-24 06:14:00 +0000 |
commit | 472ae84efeca72f5e84ba4719d89199e5c131108 (patch) | |
tree | 6e5f4e18440796a6bf95b9798defdbc428ec6ec1 /devel/atf | |
parent | 089e5d3a8d7d2543715f6374cdd2486424e6794c (diff) | |
download | pkgsrc-472ae84efeca72f5e84ba4719d89199e5c131108.tar.gz |
GNU configure require C compiler in configure phase.
Suggested by Hasso Tepper in PR 38626.
Diffstat (limited to 'devel/atf')
-rw-r--r-- | devel/atf/Makefile | 4 |
1 files changed, 2 insertions, 2 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= |