Date: Fri, 29 Mar 2019 15:44:58 +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: r497157 - head/games/ecwolf Message-ID: <201903291544.x2TFiweM091641@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Mar 29 15:44:58 2019 New Revision: 497157 URL: https://svnweb.freebsd.org/changeset/ports/497157 Log: Fix build on GCC-based architectures: /usr/local/lib/libgraphite2.so.3: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8' PR: 236822 Submitted by: maintainer Modified: head/games/ecwolf/Makefile Modified: head/games/ecwolf/Makefile ============================================================================== --- head/games/ecwolf/Makefile Fri Mar 29 15:41:06 2019 (r497156) +++ head/games/ecwolf/Makefile Fri Mar 29 15:44:58 2019 (r497157) @@ -12,7 +12,8 @@ COMMENT= Source port for Wolfenstein 3D, Spear of Dest LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= cmake jpeg localbase:ldflags gnome pkgconfig tar:xz +USES= cmake compiler:c++11-lang gnome jpeg localbase:ldflags \ + pkgconfig sdl tar:xz USE_GNOME= cairo gdkpixbuf2 gtk20 USE_SDL= mixer sdl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291544.x2TFiweM091641>