From cb6f444806f9aea08f143077f01b1619c2a4c508 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 12 Jun 2013 16:56:43 +0000 Subject: Fix build with clang --- x11-toolkits/xview/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 49d043aa1f9..1ebeb5b5da5 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -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${LOCALBASE}/lib/X11/config" MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE} ALL_TARGET= World SUB_FILES= pkg-message +CFLAGS+= -Wno-return-type MAN1= xview.1 -- cgit