svn commit: r324081 - head/russian/tac+ia
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 1 05:33:02 UTC 2013
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 at urc.ac.ru>
-#
+# Created by: Anton Voronin <anton at 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
More information about the svn-ports-head
mailing list