Date: Fri, 6 Sep 2013 22:35:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326557 - head/net/pimdd Message-ID: <201309062235.r86MZw0V039827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 6 22:35:58 2013 New Revision: 326557 URL: http://svnweb.freebsd.org/changeset/ports/326557 Log: Ensure CC is respected Set USE_GCC=any to allow building on head Modified: head/net/pimdd/Makefile Modified: head/net/pimdd/Makefile ============================================================================== --- head/net/pimdd/Makefile Fri Sep 6 22:12:15 2013 (r326556) +++ head/net/pimdd/Makefile Fri Sep 6 22:35:58 2013 (r326557) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pimdd -# Date created: 18 March 2004 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pimdd PORTVERSION= 0.2.1.0 @@ -14,6 +10,9 @@ DISTNAME= pimd-dense MAINTAINER= ports@FreeBSD.org COMMENT= UO Dense Protocol-Independent Multicast (PIM-DM) daemon for IPv4 +MAKE_ARGS+= CC="${CC}" +USE_GCC= any + NO_MAN= yes PLIST_FILES= sbin/pimdd \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309062235.r86MZw0V039827>