pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/SDL_net Added USE_LANGUAGES (otherwise configure f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4426defa5ff8
branches:  trunk
changeset: 512504:4426defa5ff8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 10 20:43:28 2006 +0000

description:
Added USE_LANGUAGES (otherwise configure fails)

diffstat:

 net/SDL_net/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 05898b680fd2 -r 4426defa5ff8 net/SDL_net/Makefile
--- a/net/SDL_net/Makefile      Wed May 10 20:31:50 2006 +0000
+++ b/net/SDL_net/Makefile      Wed May 10 20:43:28 2006 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:10:22 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.17 2006/05/10 20:43:28 adam Exp $
 
 DISTNAME=      SDL_net-1.2.5
 PKGREVISION=   5
@@ -10,9 +9,9 @@
 HOMEPAGE=      http://www.libsdl.org/projects/SDL_net/
 COMMENT=       Small sample cross-platform networking library for SDL
 
-GNU_CONFIGURE=         YES
-USE_LIBTOOL=            YES
-
+USE_LANGUAGES=         c c++
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-gui
 
 .include "../../devel/SDL/buildlink3.mk"



Home | Main Index | Thread Index | Old Index