svn commit: r320676 - head/ftp/llnlxftp

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 12 11:57:13 UTC 2013


Author: bapt
Date: Wed Jun 12 11:57:13 2013
New Revision: 320676
URL: http://svnweb.freebsd.org/changeset/ports/320676

Log:
  Fix build with clang

Modified:
  head/ftp/llnlxftp/Makefile

Modified: head/ftp/llnlxftp/Makefile
==============================================================================
--- head/ftp/llnlxftp/Makefile	Wed Jun 12 11:53:21 2013	(r320675)
+++ head/ftp/llnlxftp/Makefile	Wed Jun 12 11:57:13 2013	(r320676)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	llnlxftp
-# Date created:				9 November 1997
-# Whom: Dima Ruban <dima at FreeBSD.org>
-#
+# Created by: Dima Ruban <dima at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	llnlxftp
 PORTVERSION=	2.1
@@ -22,6 +18,10 @@ USE_MOTIF=	yes
 USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xext xp xt
 
+CFLAGS+=	-Wno-implicit-int \
+		-Wno-implicit-function-declaration \
+		-Wno-return-type
+
 MAN1=		xftp.1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list