Index: Portfile
===================================================================
--- Portfile	(revision 46581)
+++ Portfile	(working copy)
@@ -24,8 +25,7 @@
 configure.dir		${workpath}/build
 configure.cmd		${worksrcpath}/configure
 configure.pre_args	--prefix=${nprefix}
-# C++ support breaks the build
-configure.args		--enable-languages=c,objc \
+configure.args		--enable-languages=c,objc,c++,obj-c++ \
 			--program-suffix=-apple-4.2
 configure.cflags
 configure.ldflags
@@ -39,7 +39,7 @@
 post-destroot {
 	file delete -force \
 		${destroot}${nprefix}/man ${destroot}${nprefix}/info
-	system "cd ${destroot}${prefix}/bin && ln -sf ${nprefix}/bin/gcc-apple-4.2 && ln -sf ${nprefix}/bin/cpp-apple-4.2"
+	system "cd ${destroot}${prefix}/bin && ln -sf ${nprefix}/bin/gcc-apple-4.2 && ln -sf ${nprefix}/bin/cpp-apple-4.2 && ln -sf ${nprefix}/bin/g++-apple-4.2 && ln -sf ${nprefix}/bin/c++-apple-4.2"
 }
 
 livecheck.check		moddate

