svn commit: r319451 - head/print/ghostview

Antoine Brodin antoine at FreeBSD.org
Thu May 30 19:42:44 UTC 2013


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 \


More information about the svn-ports-all mailing list