Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 05:33:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324081 - head/russian/tac+ia
Message-ID:  <201308010533.r715X2jd061566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Aug  1 05:33:01 2013
New Revision: 324081
URL: http://svnweb.freebsd.org/changeset/ports/324081

Log:
  Fix build with clang

Modified:
  head/russian/tac+ia/Makefile

Modified: head/russian/tac+ia/Makefile
==============================================================================
--- head/russian/tac+ia/Makefile	Thu Aug  1 05:27:54 2013	(r324080)
+++ head/russian/tac+ia/Makefile	Thu Aug  1 05:33:01 2013	(r324081)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   tas
-# Date created:        11 Jan 2001
-# Whom:                Anton Voronin <anton@urc.ac.ru>
-#
+# Created by: Anton Voronin <anton@urc.ac.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	tac+ia
 PORTVERSION=	0.96p9.3
@@ -44,6 +40,7 @@ CONFIGURE_ARGS+=	--enable-acl
 #
 CONFIGURE_ARGS+=	--disable-deny
 CONFIGURE_ARGS+=	--disable-cron
+CFLAGS+=		-Wno-return-type
 
 post-build:
 	@mv ${WRKSRC}/tac_plus/tac_plus.1 ${WRKSRC}/tac_plus/tac_plus.8



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