Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 11:57:13 +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: r320676 - head/ftp/llnlxftp
Message-ID:  <201306121157.r5CBvDju074705@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Dima Ruban <dima@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>



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