svn commit: r320706 - head/x11-toolkits/xview
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jun 12 16:56:44 UTC 2013
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
More information about the svn-ports-all
mailing list