svn commit: r504213 - head/graphics/reallyslick

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 14 21:22:02 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list