pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libtorrent The configure script needs a working C ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccb9d8648469
branches:  trunk
changeset: 513456:ccb9d8648469
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 29 06:36:06 2006 +0000

description:
The configure script needs a working C compiler.

diffstat:

 net/libtorrent/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dd0fa22dd370 -r ccb9d8648469 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Mon May 29 02:41:26 2006 +0000
+++ b/net/libtorrent/Makefile   Mon May 29 06:36:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/05/28 12:36:39 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/05/29 06:36:06 rillig Exp $
 
 DISTNAME=      libtorrent-0.8.5
 PKGREVISION=   1
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://libtorrent.rakshasa.no/
 COMMENT=       BitTorrent library written in C++ for *nix
 
-USE_LANGUAGES=         c++
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index