Fix error messages on tier-2 archs.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
87ebd7c522
commit
0059d30dd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480737
@ -12,7 +12,7 @@ COMMENT= Common library for all Osmocom projects
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_powerpc64= fails to compile: application.c:179: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_powerpc64= fails to compile: application.c:179: \#pragma GCC diagnostic not allowed inside functions
|
||||
|
||||
BUILD_DEPENDS= python:lang/python
|
||||
|
||||
|
@ -10,7 +10,7 @@ COMMENT= Pretty Quick Image Viewer
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_powerpc64= fails to compile: pqiv.c:1183: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_powerpc64= fails to compile: pqiv.c:1183: \#pragma GCC diagnostic not allowed inside functions
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
@ -11,9 +11,9 @@ COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_mips= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_mips64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_powerpc64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_mips= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_mips64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_powerpc64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions
|
||||
|
||||
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
||||
|
||||
|
@ -15,9 +15,9 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-LGPL
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-X11
|
||||
|
||||
BROKEN_mips= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_mips64= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_powerpc64= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_mips= fails to compile: usertable.cpp:440: \#pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_mips64= fails to compile: usertable.cpp:440: \#pragma GCC diagnostic not allowed inside functions
|
||||
BROKEN_powerpc64= fails to compile: usertable.cpp:440: \#pragma GCC diagnostic not allowed inside functions
|
||||
|
||||
LIB_DEPENDS= libinotify.so:devel/libinotify
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user