diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-13 00:56:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-13 00:56:43 +0800 |
commit | cb6f444806f9aea08f143077f01b1619c2a4c508 (patch) | |
tree | e566d1a91ea2d09e7a665a80948fd55cf8639ad7 /x11-toolkits/xview/Makefile | |
parent | 2ba0b750ee0a57bfbaecdb5418fe090dbc37b21f (diff) | |
download | freebsd-ports-gnome-cb6f444806f9aea08f143077f01b1619c2a4c508.tar.gz freebsd-ports-gnome-cb6f444806f9aea08f143077f01b1619c2a4c508.tar.zst freebsd-ports-gnome-cb6f444806f9aea08f143077f01b1619c2a4c508.zip |
Fix build with clang
Diffstat (limited to 'x11-toolkits/xview/Makefile')
-rw-r--r-- | x11-toolkits/xview/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 49d043aa1f93..1ebeb5b5da54 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 |