svn commit: r320794 - head/print/pic2fig

Boris Samorodov bsam at FreeBSD.org
Thu Jun 13 12:26:59 UTC 2013


Author: bsam
Date: Thu Jun 13 12:26:59 2013
New Revision: 320794
URL: http://svnweb.freebsd.org/changeset/ports/320794

Log:
  . fix build with clang (CFLAGS+=-Wno-return-type);
  . trim Makefile headers.

Modified:
  head/print/pic2fig/Makefile

Modified: head/print/pic2fig/Makefile
==============================================================================
--- head/print/pic2fig/Makefile	Thu Jun 13 12:25:51 2013	(r320793)
+++ head/print/pic2fig/Makefile	Thu Jun 13 12:26:59 2013	(r320794)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:    pic2fig
-# Date created:         14 Jan 2001
-# Whom:                 Patrick Powell <papowell at astart.com>
-#
+# Created by: Patrick Powell <papowell at astart.com>
 # $FreeBSD$
 
 PORTNAME=	pic2fig
@@ -16,6 +13,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Pic format to fig format converter
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
+CFLAGS+=	-Wno-return-type
 MAN1=		pic2fig.1
 PLIST_FILES=	bin/pic2fig
 


More information about the svn-ports-all mailing list