Date: Sat, 15 Sep 2018 16:13:49 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479839 - head/x11-toolkits/py-fltk Message-ID: <201809151613.w8FGDnHW088995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Sep 15 16:13:49 2018 New Revision: 479839 URL: https://svnweb.freebsd.org/changeset/ports/479839 Log: Cosmetic change: fix BROKEN message on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/x11-toolkits/py-fltk/Makefile Modified: head/x11-toolkits/py-fltk/Makefile ============================================================================== --- head/x11-toolkits/py-fltk/Makefile Sat Sep 15 15:30:23 2018 (r479838) +++ head/x11-toolkits/py-fltk/Makefile Sat Sep 15 16:13:49 2018 (r479839) @@ -14,7 +14,7 @@ COMMENT= Python interface to FLTK window toolkit LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: fltk_wrap.cpp:5355: #pragma GCC diagnostic not allowed inside functions +BROKEN_powerpc64= fails to compile: fltk_wrap.cpp:5355: \#pragma GCC diagnostic not allowed inside functions LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809151613.w8FGDnHW088995>