diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-01-27 00:43:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-01-27 00:43:20 +0800 |
commit | d095570c5fd6d4c3ea99a9878e678bc1ff863528 (patch) | |
tree | 74961db0baf48200c6e7a127eea6f186d6dc39c3 | |
parent | b97238efbb3a40e713f3c8d0434021f91d3dc66b (diff) | |
download | freebsd-ports-gnome-d095570c5fd6d4c3ea99a9878e678bc1ff863528.tar.gz freebsd-ports-gnome-d095570c5fd6d4c3ea99a9878e678bc1ff863528.tar.zst freebsd-ports-gnome-d095570c5fd6d4c3ea99a9878e678bc1ff863528.zip |
- add comment for imake problem with clang
-rw-r--r-- | multimedia/xanim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index fca5d76b54e0..42dfa15c3faf 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -17,6 +17,8 @@ COMMENT= Play most popular animation formats and show pictures 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 |