Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 20:56:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495000 - head/graphics/goxel
Message-ID:  <201903072056.x27KulnX065770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903072056.x27KulnX065770>