diff options
Diffstat (limited to 'sysutils/xlogmaster/Makefile')
-rw-r--r-- | sysutils/xlogmaster/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile index c7d66c8d8677..4e6b4ddbea41 100644 --- a/sysutils/xlogmaster/Makefile +++ b/sysutils/xlogmaster/Makefile @@ -20,6 +20,7 @@ INFO= xlogmaster CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|getopt_long_only|getopt_long|g' ${WRKSRC}/src/xlogmaster.cc |