svn commit: r477604 - head/games/criticalmass

Tobias Kortkamp tobik at FreeBSD.org
Sun Aug 19 21:19:47 UTC 2018


Author: tobik
Date: Sun Aug 19 21:19:46 2018
New Revision: 477604
URL: https://svnweb.freebsd.org/changeset/ports/477604

Log:
  games/criticalmass: Remove tinyxml band-aid after r477603

Modified:
  head/games/criticalmass/Makefile

Modified: head/games/criticalmass/Makefile
==============================================================================
--- head/games/criticalmass/Makefile	Sun Aug 19 21:14:12 2018	(r477603)
+++ head/games/criticalmass/Makefile	Sun Aug 19 21:19:46 2018	(r477604)
@@ -25,11 +25,6 @@ USE_CXXSTD=	gnu++98
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-optimize
 
-# libtinyxml is linked using cc and thus is not linked with libc++
-# which leads to most configure checks failing here; apply a band-aid
-# and use CXX for everything
-CC=		${CXX}
-
 CONFLICTS=	shaaft-[0-9]*
 
 PLIST_FILES=	bin/Packer \


More information about the svn-ports-all mailing list