Whoops. Missed a line.
authorMonty Taylor <mordred@inaugust.com>
Tue, 16 Jun 2009 15:36:10 +0000 (08:36 -0700)
committerMonty Taylor <mordred@inaugust.com>
Tue, 16 Jun 2009 15:36:10 +0000 (08:36 -0700)
configure.ac

index 27171ab38501e37030df3522ee72894a76eb81bf..c009f78c48de494334785b02e4e8f811a4da6aa6 100644 (file)
@@ -117,7 +117,7 @@ fi
 if test "x$SUNCC" = "xyes"
 then
   CFLAGS="-g -mt ${CFLAGS}"
-  CXXFLAGS="-g -mt -xlang=c99 ${CXXFLAGS}"
+  CXXFLAGS="-xlang=c99 -g -mt -compat=5 -library=stlport4 -template=no%extdef ${CXXFLAGS}"
 
   OPTIMIZE_FLAGS="-xO4 -xlibmil -xdepend -xbuiltin -lmopt"
   OPTIMIZE_CFLAGS="${OPTIMIZE_FLAGS} -Xa -xstrconst"