pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libsexymm Add "c" to USE_LANGUAGES. For some rea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbb4f9e2386e
branches:  trunk
changeset: 531357:cbb4f9e2386e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sat Jul 28 15:25:02 2007 +0000

description:
Add "c" to USE_LANGUAGES. For some reason it is not necessary for me,
but it will hopefully help the bulk build.

diffstat:

 devel/libsexymm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 14fa9005f61e -r cbb4f9e2386e devel/libsexymm/Makefile
--- a/devel/libsexymm/Makefile  Sat Jul 28 14:56:53 2007 +0000
+++ b/devel/libsexymm/Makefile  Sat Jul 28 15:25:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/17 19:10:48 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/28 15:25:02 drochner Exp $
 #
 
 DISTNAME=      libsexymm-0.1.9
@@ -12,7 +12,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 
 PKGCONFIG_OVERRIDE+=   libsexy/libsexymm.pc.in
 



Home | Main Index | Thread Index | Old Index