svn commit: r323954 - head/net/callweaver

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 10:28:17 UTC 2013


Author: bapt
Date: Tue Jul 30 10:28:17 2013
New Revision: 323954
URL: http://svnweb.freebsd.org/changeset/ports/323954

Log:
  Fix build with current: standard gnu89 + -Wno-return-type
  While here convert USE_GMAKE -> USES=gmake

Modified:
  head/net/callweaver/Makefile

Modified: head/net/callweaver/Makefile
==============================================================================
--- head/net/callweaver/Makefile	Tue Jul 30 10:06:51 2013	(r323953)
+++ head/net/callweaver/Makefile	Tue Jul 30 10:28:17 2013	(r323954)
@@ -14,12 +14,14 @@ COMMENT=	Open source IP PBX
 LIB_DEPENDS=	spandsp.2:${PORTSDIR}/comms/spandsp-devel \
 		popt.0:${PORTSDIR}/devel/popt
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-pic
 USE_RC_SUBR=	callweaver
+USE_CSTD=	gnu89
+CFLAGS+=	-Wno-return-type
 
 CWUSER=		callweaver
 CWGROUP=	callweaver


More information about the svn-ports-all mailing list