mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix build with clang
This commit is contained in:
parent
71249b3c9b
commit
8972b6b5bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324081
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user