From fef6db07c7b05dd5d7c5adf48066f47fd055fc32 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 18 Mar 2005 12:36:42 +0000 Subject: 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. --- misc/celestia/Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common index bb30f7fe1af..dfd6c97a118 100644 --- a/misc/celestia/Makefile.common +++ b/misc/celestia/Makefile.common @@ -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 @@ CELESTIA_VERS= 1.3.2 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" -- cgit v1.2.3