diff options
Diffstat (limited to 'dns/powerdns-recursor/Makefile')
-rw-r--r-- | dns/powerdns-recursor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index ced0e2082574..ec556b63183e 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -46,7 +46,7 @@ PLIST_SUB+= STATIC="@comment " EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-setuid .endif -.if exists(/usr/include/ucontext.h) && ${OSVERSION} >= 500000 +.if exists(/usr/include/ucontext.h) UCONTEXT!= ${AWK} '/setcontext/ { print "YES" }' \ /usr/include/ucontext.h .if ${UCONTEXT} == "" |