diff options
author | wg <wg@FreeBSD.org> | 2013-06-14 02:34:51 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-14 02:34:51 +0800 |
commit | ea133afa830bbe91f670e7d3c82a1fb543bac7c1 (patch) | |
tree | fe7c5b98f821a9106268ba01110e33d66bdada61 /editors/axe | |
parent | 78c5db27394eda799eda0eb8aa5273eb21785ebf (diff) | |
download | freebsd-ports-gnome-ea133afa830bbe91f670e7d3c82a1fb543bac7c1.tar.gz freebsd-ports-gnome-ea133afa830bbe91f670e7d3c82a1fb543bac7c1.tar.zst freebsd-ports-gnome-ea133afa830bbe91f670e7d3c82a1fb543bac7c1.zip |
editors/axe: fix build with clang
- Fix build with clang
- Trim Makefile header
Approved by: culot / jpaetzel (mentors, implicit)
Diffstat (limited to 'editors/axe')
-rw-r--r-- | editors/axe/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index 0bacceaf2918..a24e7c95bf05 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aXe -# Date created: 28 December 1994 -# Whom: jc@irbs.com John Capo -# +# Created by: John Capo <jc@irbs.com> # $FreeBSD$ -# PORTNAME= aXe PORTVERSION= 6.1.2 @@ -23,5 +19,6 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= Xaw3d all MAN1= axe.1 axinfo.1 MAKE_JOBS_UNSAFE= yes +CFLAGS= -Wno-return-type .include <bsd.port.mk> |