[Bug 217216] net/freeswitch:Version 1.6.13 fails to compile
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 16 13:53:52 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217216
Palle Girgensohn <girgen at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |girgen at FreeBSD.org
--- Comment #5 from Palle Girgensohn <girgen at FreeBSD.org> ---
(In reply to Rajil Saraswat from comment #3)
Just a comment, you know that this will OPTIONS_UNSET to only contain "NLS":
# No X11, HAL or NLS. These are set globally for every port.
OPTIONS_UNSET= X11
OPTIONS_UNSET= HAL
OPTIONS_UNSET= NLS
I think what you want is
OPTIONS_UNSET=X11 HAL NLS
or
OPTIONS_UNSET= X11
OPTIONS_UNSET+= HAL
OPTIONS_UNSET+= NLS
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list