diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-20 05:19:46 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-20 05:19:46 +0800 |
commit | 2ffca5f4942cff6feae6a96439869ef129522e97 (patch) | |
tree | 9ea29ece8b8342fa8b157acca3f3d857faeece4e /games | |
parent | eb1045b3a2d3444494e4b016138cc37b55d5fff9 (diff) | |
download | freebsd-ports-gnome-2ffca5f4942cff6feae6a96439869ef129522e97.tar.gz freebsd-ports-gnome-2ffca5f4942cff6feae6a96439869ef129522e97.tar.zst freebsd-ports-gnome-2ffca5f4942cff6feae6a96439869ef129522e97.zip |
games/criticalmass: Remove tinyxml band-aid after r477603
Diffstat (limited to 'games')
-rw-r--r-- | games/criticalmass/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index cc95c5a13c11..cf3535ec7a50 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -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 \ |