svn commit: r512040 - head/graphics/sekrit-twc-zimg
Jan Beich
jbeich at FreeBSD.org
Sat Sep 14 17:47:49 UTC 2019
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= *
More information about the svn-ports-head
mailing list