diff options
author | wiz <wiz> | 2005-03-18 12:36:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-18 12:36:42 +0000 |
commit | 3712214c0494a7fe38077ffcbbe400005f7a0971 (patch) | |
tree | b8a6aecdd74f8bb2a21e9a30a8c7584c10cd2e4b /misc/celestia | |
parent | e575376c8b382c1ae46236efdb5e898828c0061e (diff) | |
download | pkgsrc-3712214c0494a7fe38077ffcbbe400005f7a0971.tar.gz |
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 (limited to 'misc/celestia')
-rw-r--r-- | misc/celestia/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
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" |