diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 13:33:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 13:33:01 +0800 |
commit | 998f7449891c89d6f0f91f234f393fc11b74a706 (patch) | |
tree | 0545f354a46f5c69cc7f7388843d4f09be8e0d73 | |
parent | 5f1622c3b6f00d35d0f7def9830e2925a38c3c03 (diff) | |
download | freebsd-ports-gnome-998f7449891c89d6f0f91f234f393fc11b74a706.tar.gz freebsd-ports-gnome-998f7449891c89d6f0f91f234f393fc11b74a706.tar.zst freebsd-ports-gnome-998f7449891c89d6f0f91f234f393fc11b74a706.zip |
Fix build with clang
-rw-r--r-- | russian/tac+ia/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/russian/tac+ia/Makefile b/russian/tac+ia/Makefile index cf98a62ef246..80bd0e1c88ec 100644 --- a/russian/tac+ia/Makefile +++ b/russian/tac+ia/Makefile @@ -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 |