diff options
author | arved <arved@FreeBSD.org> | 2003-01-13 01:05:03 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-13 01:05:03 +0800 |
commit | 283a6c801cb9804a84f8968164ddb244d8af5bdb (patch) | |
tree | 796bad894ff05e1886ecb1e90e77b5a788326d40 /security/steghide | |
parent | 00562cd2be3ed8e4b133864568312861a725ae12 (diff) | |
download | freebsd-ports-gnome-283a6c801cb9804a84f8968164ddb244d8af5bdb.tar.gz freebsd-ports-gnome-283a6c801cb9804a84f8968164ddb244d8af5bdb.tar.zst freebsd-ports-gnome-283a6c801cb9804a84f8968164ddb244d8af5bdb.zip |
Explicit link with -lmcrypt.
Noticed by: bento
Diffstat (limited to 'security/steghide')
-rw-r--r-- | security/steghide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index b4b2ac6a6356..33fc21fa8b0b 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -22,7 +22,7 @@ CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" USE_REINPLACE= yes MAN1= steghide.1 |