diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-09-24 16:11:02 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-09-24 16:11:02 +0000 |
commit | 0fd21e2b29a5d6105e6aebc126d573b6858e8d8d (patch) | |
tree | fdd597ad768848a27dae4fe4e89a37c8bd8e4869 /security/steghide/Makefile | |
parent | 7fe6f5dd3cdc529ea09fa67aa37c248c4e5565d0 (diff) | |
download | ports-0fd21e2b29a5d6105e6aebc126d573b6858e8d8d.tar.gz ports-0fd21e2b29a5d6105e6aebc126d573b6858e8d8d.zip |
Notes
Diffstat (limited to 'security/steghide/Makefile')
-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 d1bdfafb4dca..52657fa27761 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fpermissive" \ LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" MAN1= steghide.1 |