Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 11:16:35 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483276 - head/astro/celestia
Message-ID:  <201810281116.w9SBGZBS092045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 11:16:35 2018
New Revision: 483276
URL: https://svnweb.freebsd.org/changeset/ports/483276

Log:
  Fix build with GCC-based architectures.
  
  PR:		232015
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/astro/celestia/Makefile

Modified: head/astro/celestia/Makefile
==============================================================================
--- head/astro/celestia/Makefile	Sun Oct 28 11:14:40 2018	(r483275)
+++ head/astro/celestia/Makefile	Sun Oct 28 11:16:35 2018	(r483276)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		gettext gmake jpeg libtool lua pkgconfig
+USES=		compiler:c++11-lang gettext gl gmake jpeg libtool lua pkgconfig
 USE_GL=		gl
 GNU_CONFIGURE=	yes
 EXTRA_PATCHES=	${FILESDIR}/celestia-1.6.1-lua-5.2.patch:-p1 \
@@ -48,6 +48,7 @@ USE_GL+=	glut
 LDFLAGS+=	-lGL
 .elif ${CELESTIA_UI} == "gtk"
 CONFIGURE_ARGS+=	--with-gtk
+USES+=		gnome
 USE_GNOME+=	gtk20
 PLIST_FILES=	share/applications/celestia.desktop
 .elif ${CELESTIA_UI} == "gnome"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281116.w9SBGZBS092045>