Date: Mon, 19 Oct 2020 23:56:39 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552778 - in branches/2020Q4/graphics/dilay: . files Message-ID: <202010192356.09JNudfJ003526@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010192356.09JNudfJ003526>