Date: Sat, 14 Sep 2019 17:47:49 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512040 - head/graphics/sekrit-twc-zimg Message-ID: <201909141747.x8EHlncL089468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Sep 14 17:47:48 2019 New Revision: 512040 URL: https://svnweb.freebsd.org/changeset/ports/512040 Log: graphics/sekrit-twc-zimg: drop ancient Clang support after FreeBSD 10 EOL Modified: head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) Modified: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- head/graphics/sekrit-twc-zimg/Makefile Sat Sep 14 17:45:24 2019 (r512039) +++ head/graphics/sekrit-twc-zimg/Makefile Sat Sep 14 17:47:48 2019 (r512040) @@ -22,8 +22,6 @@ EXTRACT_AFTER_ARGS= --exclude test/extra GNU_CONFIGURE= yes CPPFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 -CPPFLAGS+= ${CPPFLAGS_${CHOSEN_COMPILER_TYPE}_${COMPILER_VERSION}} -CPPFLAGS_clang_34= -include x86intrin.h # revert 575bd93 INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTEXAMPLES= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141747.x8EHlncL089468>