Date: Fri, 14 Jun 2019 21:22:01 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504213 - head/graphics/reallyslick Message-ID: <201906142122.x5ELM1SI010889@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jun 14 21:22:01 2019 New Revision: 504213 URL: https://svnweb.freebsd.org/changeset/ports/504213 Log: graphics/reallyslick: fix build Switch to ports GCC to fix: /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' Approved by: mentors (implicite approval) Modified: head/graphics/reallyslick/Makefile Modified: head/graphics/reallyslick/Makefile ============================================================================== --- head/graphics/reallyslick/Makefile Fri Jun 14 21:20:19 2019 (r504212) +++ head/graphics/reallyslick/Makefile Fri Jun 14 21:22:01 2019 (r504213) @@ -14,7 +14,7 @@ COMMENT= OpenGL screensaver collection LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \ libGLC.so:graphics/quesoglc -USES= compiler gmake pathfix pkgconfig tar:bzip2 libtool +USES= compiler:c++11-lang gmake pathfix pkgconfig tar:bzip2 libtool USE_GL= glut GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906142122.x5ELM1SI010889>