need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / zzuf / options.mk
1 # $NetBSD$
2 #
3
4 PKG_OPTIONS_VAR=        PKG_OPTIONS.zzuf
5 PKG_SUPPORTED_OPTIONS=  debug
6 PKG_SUGGESTED_OPTIONS=  debug
7
8 .include "../../mk/bsd.options.mk"
9
10 .if !empty(PKG_OPTIONS:Mdebug)
11 .  if ${MACHINE_ARCH} == "x86_64" # XXX Is this correct?
12 CFLAGS+=                -fno-omit-frame-pointer
13 .  endif
14 BUILDLINK_TRANSFORM+=   rm:-fomit-frame-pointer
15 .endif