1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

graphics/megapov: Fix build with Clang 6

checking size of int... configure: error: cannot compute sizeof (int), 77

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/megapov-1.2.1_8.log
This commit is contained in:
Tobias Kortkamp 2018-09-02 10:59:44 +00:00
parent ba2185b16c
commit 587bafe22e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478782

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
INSTALL_WRKSRC= ${WRKSRC}/unix
USES= gmake jpeg localbase tar:bzip2
USE_CXXSTD= c++98
GNU_CONFIGURE= yes
CONFIGURE_ARGS= COMPILED_BY="ports@FreeBSD.org"