mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
net/ccxstream: Spell SO_KEEPALIVE_CFLAGS correctly
Broken in r353545 during conversion to options helpers.
This commit is contained in:
parent
43cd2a0f9f
commit
18f5603079
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514880
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ccxstream
|
||||
PORTVERSION= 1.0.15
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/xbplayer/XStream%20Servers/ccXStream%20${PORTVERSION}%20for%20Linux
|
||||
|
||||
@ -20,7 +20,7 @@ PORTDOCS= README ChangeLog TODO xbmsp-xml.txt xbmsp.txt
|
||||
OPTIONS_DEFINE= SO_KEEPALIVE TCP_NODELAY DOCS
|
||||
OPTIONS_DEFAULT=SO_KEEPALIVE
|
||||
SO_KEEPALIVE_DESC= Build with SO_KEEPALIVE
|
||||
SO_KEEPALICE_CFLAGS= -DSO_KEEPALIVE
|
||||
SO_KEEPALIVE_CFLAGS= -DSO_KEEPALIVE
|
||||
TCP_NODELAY_DESC= Build with TCP_NODELAY
|
||||
TCP_NODELAY_CFLAGS= -DTCP_NODELAY
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user