Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 23:32:12 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318804 - head/sysutils/fatback
Message-ID:  <201305222332.r4MNWCOh018636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed May 22 23:32:12 2013
New Revision: 318804
URL: http://svnweb.freebsd.org/changeset/ports/318804

Log:
  This port does not build with clang. Rely on GCC.

Modified:
  head/sysutils/fatback/Makefile

Modified: head/sysutils/fatback/Makefile
==============================================================================
--- head/sysutils/fatback/Makefile	Wed May 22 22:51:57 2013	(r318803)
+++ head/sysutils/fatback/Makefile	Wed May 22 23:32:12 2013	(r318804)
@@ -12,6 +12,7 @@ COMMENT=	Recover deleted files from FAT 
 
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
+USE_GCC=	any
 
 MAN1=		fatback.1
 INFO=		fatback-manual



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305222332.r4MNWCOh018636>