pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/celestia Set USE_LANGUAGES to c++ and GCC_REQD to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e19ce0ecfc1c
branches:  trunk
changeset: 490706:e19ce0ecfc1c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 18 12:36:42 2005 +0000

description:
Set USE_LANGUAGES to c++ and GCC_REQD to 3.0 to give this a chance
to build on 1.6.2. Addresses PR 28520.

diffstat:

 misc/celestia/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 2106728b8b18 -r e19ce0ecfc1c misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Fri Mar 18 12:17:45 2005 +0000
+++ b/misc/celestia/Makefile.common     Fri Mar 18 12:36:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2005/03/07 09:53:33 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.13 2005/03/18 12:36:42 wiz Exp $
 
 DISTNAME=      celestia-${CELESTIA_VERS}
 CATEGORIES=    misc x11
@@ -14,11 +14,14 @@
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c++
 USE_LIBTOOL=           yes
 USE_X11=               yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-lua --with-glut
 
+GCC_REQD=              3.0
+
 CXXFLAGS+=     -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index