Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 14:23:05 +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: r318975 - head/mail/p3scan
Message-ID:  <201305241423.r4OEN59P047985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May 24 14:23:05 2013
New Revision: 318975
URL: http://svnweb.freebsd.org/changeset/ports/318975

Log:
  Fix build on current with USE_GCC=any (uses nested functions)

Modified:
  head/mail/p3scan/Makefile

Modified: head/mail/p3scan/Makefile
==============================================================================
--- head/mail/p3scan/Makefile	Fri May 24 14:17:38 2013	(r318974)
+++ head/mail/p3scan/Makefile	Fri May 24 14:23:05 2013	(r318975)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p3scan
-# Date created:				20 Februari 2003
-# Whom:	      				Edwin Groothuis <edwin@mavetju.org>
-#
+# Created by: Edwin Groothuis <edwin@mavetju.org>
 # $FreeBSD$
-#
 
 PORTNAME=	p3scan
 PORTVERSION=	2.3.2
@@ -20,6 +16,7 @@ PLIST_FILES=	etc/p3scan/p3scan.conf.samp
 		sbin/p3scan
 PLIST_DIRS=	etc/p3scan
 
+USE_GCC=	any
 USE_GMAKE=	yes
 MAKE_ENV=	_LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" GMAKE=${GMAKE}
 SCRIPTS_ENV=	PKG_PREFIX=${PREFIX} NONEXISTENT=${NONEXISTENT} PASSWD=/etc/passwd



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