mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix the build for FreeBSD 4.x, untest...
Reported by: krismail
This commit is contained in:
parent
776f3e4fd1
commit
d39f7b7125
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148825
@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C
|
||||
|
||||
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
|
||||
|
||||
CFLAGS+= -Wall -W
|
||||
CFLAGS+= -Wall -W ${CPPFLAGS}
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
|
@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C
|
||||
|
||||
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
|
||||
|
||||
CFLAGS+= -Wall -W
|
||||
CFLAGS+= -Wall -W ${CPPFLAGS}
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
|
@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C
|
||||
|
||||
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
|
||||
|
||||
CFLAGS+= -Wall -W
|
||||
CFLAGS+= -Wall -W ${CPPFLAGS}
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
|
Loading…
Reference in New Issue
Block a user