mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Explicit link with -lmcrypt.
Noticed by: bento
This commit is contained in:
parent
7c8634882e
commit
60baf68f07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72975
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user