summaryrefslogtreecommitdiff
path: root/devel/libcwd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-14 02:43:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-14 02:43:12 +0000
commite780bcfc262c2c723911db92278068692382615c (patch)
tree52b9ec50bc5ca3d170970e9d6e239e42e7a9b8ef /devel/libcwd
parentFix build on amd64 (shared library objects must be compiled with -fPIC) (diff)
Switch to gcc 3.3 since this is the latest version.
Notes
Notes: svn path=/head/; revision=103938
Diffstat (limited to 'devel/libcwd')
-rw-r--r--devel/libcwd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile
index 896a75426c15..4f1a8b8b03eb 100644
--- a/devel/libcwd/Makefile
+++ b/devel/libcwd/Makefile
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The C++ Debugging Support Library
-USE_GCC= 3.1
+USE_GCC= 3.3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-threading
USE_GMAKE= yes