diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-18 12:36:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-18 12:36:42 +0000 |
commit | fef6db07c7b05dd5d7c5adf48066f47fd055fc32 (patch) | |
tree | b8a6aecdd74f8bb2a21e9a30a8c7584c10cd2e4b /misc | |
parent | 14ad8c657c7fcd54c9bf10dd1b5dc399da03021d (diff) | |
download | pkgsrc-fef6db07c7b05dd5d7c5adf48066f47fd055fc32.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')
-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" |