Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 19:42:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319451 - head/print/ghostview
Message-ID:  <201305301942.r4UJghU3027453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu May 30 19:42:43 2013
New Revision: 319451
URL: http://svnweb.freebsd.org/changeset/ports/319451

Log:
  Unbreak with clang using -Wno-error=return-type (old K&R code)
  
  Approved by:	miwi, eadler (mentors, implicit)

Modified:
  head/print/ghostview/Makefile

Modified: head/print/ghostview/Makefile
==============================================================================
--- head/print/ghostview/Makefile	Thu May 30 19:35:25 2013	(r319450)
+++ head/print/ghostview/Makefile	Thu May 30 19:42:43 2013	(r319451)
@@ -17,6 +17,7 @@ USE_IMAKE=	yes
 USE_XORG=	xbitmaps xaw
 USE_GHOSTSCRIPT_RUN=	yes
 MAKE_JOBS_SAFE=	yes
+CFLAGS+=	-Wno-error=return-type
 
 MAN1=		ghostview.1
 PLIST_FILES=	bin/ghostview \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305301942.r4UJghU3027453>