pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/alephone Disable speex, it doesn't build with cu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/421871f348e6
branches:  trunk
changeset: 544103:421871f348e6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 10 14:55:56 2008 +0000

description:
Disable speex, it doesn't build with current versions.

diffstat:

 games/alephone/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r f9c8e6656f21 -r 421871f348e6 games/alephone/Makefile
--- a/games/alephone/Makefile   Thu Jul 10 14:06:50 2008 +0000
+++ b/games/alephone/Makefile   Thu Jul 10 14:55:56 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2008/04/29 08:19:36 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/07/10 14:55:56 joerg Exp $
 #
 
 DISTNAME=      AlephOne-20071103
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    games
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,13 +16,15 @@
 USE_LANGUAGES+=                c c++
 INSTALLATION_DIRS=     share/doc/AlephOne
 
+CONFIGURE_ARGS=        --disable-speex
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne/
 
+.include "../../audio/SDL_sound/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
 .include "../../net/SDL_net/buildlink3.mk"
-.include "../../graphics/SDL_image/buildlink3.mk"
-.include "../../audio/SDL_sound/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index