1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix build with clang

PR:		158587
Submitted by:	Niclas Zeising
This commit is contained in:
Tilman Keskinoz 2011-07-14 15:13:54 +00:00
parent fd204c76e5
commit 376ea718c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277709

View File

@ -14,6 +14,8 @@ MASTER_SITES= http://cs-people.bu.edu/dbera/projects/mget/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multithreaded commandline web-download manager
USE_CSTD= gnu89
CFLAGS+= -DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \
${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}