aboutsummaryrefslogtreecommitdiff
path: root/graphics/megapov
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-09-02 10:59:44 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-09-02 10:59:44 +0000
commit587bafe22efcefe8c8af4f842b70dd184b89fbb7 (patch)
treee3c89a14a12decf6ee691d09c0e2fcfc1716a42c /graphics/megapov
parentba2185b16c05e5a0dc04082bef69ec752be8853f (diff)
downloadports-587bafe22efcefe8c8af4f842b70dd184b89fbb7.tar.gz
ports-587bafe22efcefe8c8af4f842b70dd184b89fbb7.zip
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
Notes
Notes: svn path=/head/; revision=478782
Diffstat (limited to 'graphics/megapov')
-rw-r--r--graphics/megapov/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile
index c47da9bded49..8084bbc0f0d5 100644
--- a/graphics/megapov/Makefile
+++ b/graphics/megapov/Makefile
@@ -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"