Index: Portfile
===================================================================
--- Portfile	(revision 162994)
+++ Portfile	(working copy)
@@ -5,7 +5,7 @@
 
 name                        netcdf-cxx
 version                     4.2
-revision                    14
+revision                    15
 distname                    ${name}-${version}
 maintainers                 {takeshi @tenomoto} openmaintainer
 platforms                   darwin
@@ -36,6 +36,10 @@
 
 depends_lib         port:netcdf
 
+# Teach glibtool to pass -stdlib at link time.
+use_autoreconf              yes
+autoreconf.args             -fvi
+
 configure.cppflags-append   -DNDEBUG
 configure.cxxflags-append   -fno-common
 configure.cflags-append     -fno-common
