Print this page
Some packages need to specify -std=gnu89 to compile, and gcc51 defaults to
gnu11 now.
Also, updated mozilla-nss-nspr to 3.19 and 4.10.8, respectively.

@@ -33,10 +33,12 @@
 SUMMARY="$PROG - IPC-based message notifications"
 DESC="$SUMMARY"
 
 DEPENDS_IPS="SUNWcs"
 
+# Use old gcc4 standards level for this.
+CFLAGS="$CFLAGS -std=gnu89"
 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__ -D_REENTRANT"
 CONFIGURE_OPTS="--with-x=no --with-dbus-user=root --disable-static --with-dbus-daemondir=/usr/lib
         --bindir=/usr/bin --localstatedir=/var --libexecdir=/usr/libexec"
 
 # We build backwards here on purpose so that 32bit binaries win (for install collisions).