openbsd-ports/security/stegdetect/patches/patch-Makefile_in
jolan d650824bb5 import of stegdetect-0.5:
Stegdetect is an automated tool for detecting steganographic content in
images.  It is capable of detecting several different steganographic
methods to embed hidden information in JPEG images.

ok sturm@
2003-07-01 23:14:23 +00:00

13 lines
406 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2003/07/01 23:14:23 jolan Exp $
--- Makefile.in.orig Sat Jan 26 14:51:00 2002
+++ Makefile.in Sat Jun 28 13:33:42 2003
@@ -28,7 +28,7 @@ EVENTLIB = @EVENTLIB@
CC = @CC@
CFLAGS = -Wall @CFLAGS@ $(JPEGINC) $(FILEINC) -I$(srcdir)/missing
LDFLAGS = @LDFLAGS@
-LIBS = $(JPEGLIB)
+LIBS = $(JPEGLIB) -lcrypto
INSTALL = @INSTALL@
INSTALL_PROG = @INSTALL_PROGRAM@