svn commit: r552778 - in branches/2020Q4/graphics/dilay: . files

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 19 23:56:39 UTC 2020


Author: pkubaj
Date: Mon Oct 19 23:56:38 2020
New Revision: 552778
URL: https://svnweb.freebsd.org/changeset/ports/552778

Log:
  MFH: r552777
  
  graphics/dilay: fix signedness build problems on powerpc*, aarch64 and armv*
  
  Approved by:	portmgr (fix build blanket)

Added:
  branches/2020Q4/graphics/dilay/files/
     - copied from r552777, head/graphics/dilay/files/
Modified:
  branches/2020Q4/graphics/dilay/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/graphics/dilay/Makefile
==============================================================================
--- branches/2020Q4/graphics/dilay/Makefile	Mon Oct 19 23:55:53 2020	(r552777)
+++ branches/2020Q4/graphics/dilay/Makefile	Mon Oct 19 23:56:38 2020	(r552778)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dilay
 DISTVERSION=	1.9.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -21,8 +21,6 @@ USE_CXXSTD=	c++14
 USE_GL=		gl
 USE_QT=		core gui opengl widgets xml buildtools_build
 
-CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_gcc=	-Wno-narrowing
 MAKE_JOBS_UNSAFE=	yes  # Workaround for: https://github.com/abau/dilay/issues/19 parallel build fails (still a problem despite having been closed)
 
 PLIST_FILES=	bin/dilay \


More information about the svn-ports-all mailing list