diff options
author | arved <arved@FreeBSD.org> | 2003-10-30 19:09:39 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-30 19:09:39 +0000 |
commit | aa2ee97366038aa0b6d7b4f0d641e7522c264c6c (patch) | |
tree | e189c73cef1ef04bb1b223f5cb5a58944052b784 /security | |
parent | 7a574f0983cd14dd80ab56f22a06d7f319215f04 (diff) | |
download | FreeBSD-ports-aa2ee97366038aa0b6d7b4f0d641e7522c264c6c.zip FreeBSD-ports-aa2ee97366038aa0b6d7b4f0d641e7522c264c6c.tar.gz |
Add USE_GCC=3.3. gcc 2.95 dumps core on some stable systems.
Reported by: Forrest Aldrich <forrie@forrie.com> & bento
Diffstat (limited to 'security')
-rw-r--r-- | security/steghide/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 7af5e28..c16f577 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ USE_PERL5= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_GCC= 3.3 CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes |