diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-13 20:26:59 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-13 20:26:59 +0800 |
commit | c7025dd92dbf10f4badf84d88490b6c12c5ee0d7 (patch) | |
tree | 3ed2ec2ae8258e2cf60be9e318f3c758c99fdcf3 /print | |
parent | c62eaa2a3575b33a5a9bce871d44cc0bab26c0cd (diff) | |
download | freebsd-ports-gnome-c7025dd92dbf10f4badf84d88490b6c12c5ee0d7.tar.gz freebsd-ports-gnome-c7025dd92dbf10f4badf84d88490b6c12c5ee0d7.tar.zst freebsd-ports-gnome-c7025dd92dbf10f4badf84d88490b6c12c5ee0d7.zip |
. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers.
Diffstat (limited to 'print')
-rw-r--r-- | print/pic2fig/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/pic2fig/Makefile b/print/pic2fig/Makefile index 49a1fdefc022..127b0fcae4f9 100644 --- a/print/pic2fig/Makefile +++ b/print/pic2fig/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: pic2fig -# Date created: 14 Jan 2001 -# Whom: Patrick Powell <papowell@astart.com> -# +# Created by: Patrick Powell <papowell@astart.com> # $FreeBSD$ PORTNAME= pic2fig @@ -16,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Pic format to fig format converter WRKSRC= ${WRKDIR}/${PORTNAME} +CFLAGS+= -Wno-return-type MAN1= pic2fig.1 PLIST_FILES= bin/pic2fig |