Date: Sat, 26 Jan 2013 16:43:20 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311028 - head/multimedia/xanim Message-ID: <201301261643.r0QGhKPb073376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sat Jan 26 16:43:20 2013 New Revision: 311028 URL: http://svnweb.freebsd.org/changeset/ports/311028 Log: - add comment for imake problem with clang Modified: head/multimedia/xanim/Makefile Modified: head/multimedia/xanim/Makefile ============================================================================== --- head/multimedia/xanim/Makefile Sat Jan 26 16:34:39 2013 (r311027) +++ head/multimedia/xanim/Makefile Sat Jan 26 16:43:20 2013 (r311028) @@ -17,6 +17,8 @@ COMMENT= Play most popular animation for NO_CDROM= redistributed without fee +# clang's cpp destroys whitespace, particularly hard tabs in makefiles, +# which is fatal for imake. USE_GCC= any USE_IMAKE= yes USE_XORG= xext xt sm ice xext x11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301261643.r0QGhKPb073376>