diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-19 20:47:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-19 20:47:10 +0000 |
commit | a151055ae032aa5c2ab46d47627e6f4c3a43bb9e (patch) | |
tree | d8369add3d80391d50cbf3aaf298d09dc080484d /graphics | |
parent | 8ac4ada43e8d1e85667bafc43848510ed4e0c064 (diff) | |
download | pkgsrc-a151055ae032aa5c2ab46d47627e6f4c3a43bb9e.tar.gz |
configure whines about the C compiler...
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libkexiv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile index c3162b4435b..e19003bd399 100644 --- a/graphics/libkexiv2/Makefile +++ b/graphics/libkexiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/13 10:00:30 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/19 20:47:10 joerg Exp $ # DISTNAME= libkexiv2-0.1.1 @@ -12,7 +12,7 @@ COMMENT= KDE wrapper for exiv2 GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libkexiv2/libkexiv2.pc.in |