From 1704a9c0492f55eddd5a5b75914d48ae241c643c Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 11 Sep 2016 12:44:15 +0000 Subject: [PATCH] seurity/stegdetect: Document SSL requirement and set its flags --- security/stegdetect/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 7874611c0435..403b3b855880 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -21,8 +21,10 @@ X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes -USES= gmake +USES= gmake ssl CONFIGURE_ARGS+=--program-prefix='' +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} post-patch: @${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \