Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 16:56:43 +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: r320706 - head/x11-toolkits/xview
Message-ID:  <201306121656.r5CGuhOe071646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 12 16:56:43 2013
New Revision: 320706
URL: http://svnweb.freebsd.org/changeset/ports/320706

Log:
  Fix build with clang

Modified:
  head/x11-toolkits/xview/Makefile

Modified: head/x11-toolkits/xview/Makefile
==============================================================================
--- head/x11-toolkits/xview/Makefile	Wed Jun 12 16:32:35 2013	(r320705)
+++ head/x11-toolkits/xview/Makefile	Wed Jun 12 16:56:43 2013	(r320706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	XView
-# Date created:		22 November 1994
-# Whom:			ljo (orig)
-#
+# Created by: ljo (orig)
 # $FreeBSD$
-#
 
 PORTNAME=	xview
 PORTVERSION=	3.2.1.4.19c
@@ -31,6 +27,7 @@ IMAKEINCLUDE=	"-I${WRKSRC}/config -I${LO
 MAKE_ENV+=	IMAKEINCLUDE=${IMAKEINCLUDE}
 ALL_TARGET=	World
 SUB_FILES=	pkg-message
+CFLAGS+=	-Wno-return-type
 
 MAN1=		xview.1
 



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