svn commit: r495000 - head/graphics/goxel

Jan Beich jbeich at FreeBSD.org
Thu Mar 7 20:56:48 UTC 2019


Author: jbeich
Date: Thu Mar  7 20:56:47 2019
New Revision: 495000
URL: https://svnweb.freebsd.org/changeset/ports/495000

Log:
  graphics/goxel: unbreak with clang 8
  
  PR:		236205
  Submitted by:	Greg V (maintainer)

Modified:
  head/graphics/goxel/Makefile   (contents, props changed)

Modified: head/graphics/goxel/Makefile
==============================================================================
--- head/graphics/goxel/Makefile	Thu Mar  7 20:45:20 2019	(r494999)
+++ head/graphics/goxel/Makefile	Thu Mar  7 20:56:47 2019	(r495000)
@@ -22,7 +22,7 @@ USE_GNOME=	cairo gtk30
 USE_GL=		gl
 
 INSTALLS_ICONS=	yes
-MAKE_ARGS=	debug=0
+MAKE_ARGS=	debug=0 werror=0
 DESKTOP_ENTRIES="Goxel" "${COMMENT}" "${PORTNAME}" \
 	"${PORTNAME}" "Graphics;3DGraphics;" false
 


More information about the svn-ports-all mailing list