svn commit: r320825 - head/editors/axe

William Grzybowski wg at FreeBSD.org
Thu Jun 13 18:34:52 UTC 2013


Author: wg
Date: Thu Jun 13 18:34:51 2013
New Revision: 320825
URL: http://svnweb.freebsd.org/changeset/ports/320825

Log:
  editors/axe: fix build with clang
  
  - Fix build with clang
  - Trim Makefile header
  
  Approved by:	culot / jpaetzel (mentors, implicit)

Modified:
  head/editors/axe/Makefile

Modified: head/editors/axe/Makefile
==============================================================================
--- head/editors/axe/Makefile	Thu Jun 13 18:09:56 2013	(r320824)
+++ head/editors/axe/Makefile	Thu Jun 13 18:34:51 2013	(r320825)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	aXe
-# Date created:		28 December 1994
-# Whom:			jc at irbs.com John Capo
-#
+# Created by: John Capo <jc at 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>


More information about the svn-ports-all mailing list