svn commit: r319243 - head/sysutils/44bsd-more
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 27 13:49:09 UTC 2013
Author: bapt
Date: Mon May 27 13:49:08 2013
New Revision: 319243
URL: http://svnweb.freebsd.org/changeset/ports/319243
Log:
Fix build with clang
Modified:
head/sysutils/44bsd-more/Makefile
Modified: head/sysutils/44bsd-more/Makefile
==============================================================================
--- head/sysutils/44bsd-more/Makefile Mon May 27 13:47:51 2013 (r319242)
+++ head/sysutils/44bsd-more/Makefile Mon May 27 13:49:08 2013 (r319243)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: more
-# Date created: 24 May 2000
-# Whom: Tim van der Hoek <hoek at FreeBSD.org>
-#
+# Created by: Tim van der Hoek <hoek at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= 44bsd-more
PORTVERSION= ${RELDATE}
@@ -18,6 +14,7 @@ USE_BZIP2= yes
NO_WRKSUBDIR= yes
MAN1= 44bsd-more.1
+CFLAGS= -Wno-return-type
RELDATE= 20000521
More information about the svn-ports-head
mailing list