tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: conditionally applying a patch
On Tue, May 24, 2016 at 06:08:33PM +0200, Edgar Fuß wrote:
> Is there a method to apply a patch conditionally, say, depending on an option?
Only limited, example would be mail/mutt.
> I would like to add an option to www/lighttpd to make the use of TCP
> Accept Filters optional. There's no configure switch for that, it's
> simply governed by #ifdef SO_ACCEPTFILTER.
CPPFLAGS+= -DSO_ACCEPTFILTER
doesn't work?
Joerg
Home |
Main Index |
Thread Index |
Old Index