svn commit: r506498 - in head: devel/py-lxml editors/encryptpad games/lpairs graphics/comical lang/harbour mail/archiveopteryx mail/archiveopteryx-devel multimedia/oscam news/nget
Jan Beich
jbeich at FreeBSD.org
Sat Jul 13 06:13:50 UTC 2019
Jan Beich <jbeich at FreeBSD.org> writes:
> Mark Linimon <linimon at FreeBSD.org> writes:
>
>> Modified: head/devel/py-lxml/Makefile
>> ==============================================================================
>> --- head/devel/py-lxml/Makefile Fri Jul 12 23:58:22 2019 (r506497)
>> +++ head/devel/py-lxml/Makefile Sat Jul 13 00:07:35 2019 (r506498)
>> @@ -13,7 +13,7 @@ COMMENT= Pythonic binding for the libxml2 and libxslt
>> LICENSE= BSD3CLAUSE
>> LICENSE_FILE= ${WRKSRC}/doc/licenses/BSD.txt
>>
>> -USES= gnome python uniquefiles:dirs
>> +USES= compiler gnome python uniquefiles:dirs
>> USE_GNOME= libxml2 libxslt
>> USE_PYTHON= autoplist concurrent distutils
>>
>> @@ -35,8 +35,8 @@ post-install-DOCS-on:
>>
>> .include <bsd.port.pre.mk>
>>
>> -# on gcc-based architectures, use modern GCC due to use of #pragma
>> -.if ${ARCH} == mips || ${ARCH} == mips64 || ${ARCH} == powerpc ||
>> ${ARCH} == powerpc64 || ${ARCH} == powerpcspe || ${ARCH} == sparc64
>> +# if using gcc, force modern GCC due to use of #pragma
>> +.if ${CHOSEN_COMPILER_TYPE} == gcc
>> USE_GCC= yes
>> .endif
>
> Why not simplify to USES=compiler:c11 ?
Sorry, I haven't read other replies before doing mine. ;\
More information about the svn-ports-all
mailing list