svn commit: r311028 - head/multimedia/xanim

Dirk Meyer dinoex at FreeBSD.org
Sat Jan 26 16:43:20 UTC 2013


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


More information about the svn-ports-head mailing list