svn commit: r324130 - head/devel/libnaji

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 21:33:53 UTC 2013


Author: bapt
Date: Thu Aug  1 21:33:53 2013
New Revision: 324130
URL: http://svnweb.freebsd.org/changeset/ports/324130

Log:
  Fix build without gcc

Modified:
  head/devel/libnaji/Makefile

Modified: head/devel/libnaji/Makefile
==============================================================================
--- head/devel/libnaji/Makefile	Thu Aug  1 21:25:35 2013	(r324129)
+++ head/devel/libnaji/Makefile	Thu Aug  1 21:33:53 2013	(r324130)
@@ -7,7 +7,9 @@ CATEGORIES=	devel
 MASTER_SITES=	SF/najitool/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	rodrigo at bebik.net
-COMMENT=	A library that generates, converts, and filters files
+COMMENT=	Library that generates, converts, and filters files
+
+MAKE_ARGS=	cc=${CC}
 
 DISTVERSIONSUFFIX=	.src
 


More information about the svn-ports-head mailing list