From 6eb062349d74c543f1583dbba7d57e4168afbc68 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 26 Jan 2013 14:32:25 +0000 Subject: - add comment for imake problem with clang --- x11-clocks/asclock/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'x11-clocks') diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index 2cb67b0b8335..6f1ab290dc8e 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asclock -# Date created: 20 June 1997 -# Whom: Yukihiro Nakai -# +# Created by: Yukihiro Nakai # $FreeBSD$ -# PORTNAME= asclock PORTVERSION= 1.0 @@ -19,6 +15,8 @@ COMMENT= Afterstep clock with some language extensions CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]* +# clang's cpp destroys whitespace, particularly hard tabs in makefiles, +# which is fatal for imake. USE_GCC= any USE_IMAKE= yes USE_XORG= xpm xext x11 -- cgit