diff options
author | wiz <wiz> | 2005-03-18 12:36:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-18 12:36:42 +0000 |
commit | a1014293750a17da1d3203ba2928cc8c1ff655b6 (patch) | |
tree | b8a6aecdd74f8bb2a21e9a30a8c7584c10cd2e4b | |
parent | 908394135eb445da5b8c19242196a6aec9f52c55 (diff) | |
download | pkgsrc-a1014293750a17da1d3203ba2928cc8c1ff655b6.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.
-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" |