aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-11-03 14:41:13 +0800
committerleeym <leeym@FreeBSD.org>2004-11-03 14:41:13 +0800
commit1feb08618c688e3281ce9cc910655bca26574d06 (patch)
tree34395b718f6fff1778fcc4160aef159ec20e1c8c /devel
parentd4c7c36ef684960b949637ed16db9b63410809f4 (diff)
downloadfreebsd-ports-gnome-1feb08618c688e3281ce9cc910655bca26574d06.tar.gz
freebsd-ports-gnome-1feb08618c688e3281ce9cc910655bca26574d06.tar.zst
freebsd-ports-gnome-1feb08618c688e3281ce9cc910655bca26574d06.zip
- add USE_GCC=3.3 when default gcc is 3.4
Diffstat (limited to 'devel')
-rw-r--r--devel/libassa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile
index 5d025a37e5d6..e238d26c1c83 100644
--- a/devel/libassa/Makefile
+++ b/devel/libassa/Makefile
@@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile with gcc 3.4.2"
+USE_GCC= 3.3
.endif
.include <bsd.port.post.mk>