svn commit: r483276 - head/astro/celestia

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 11:16:36 UTC 2018


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"


More information about the svn-ports-all mailing list