Index: /trunk/glueforge/templates/psdb/configure_ac.tt
===================================================================
--- /trunk/glueforge/templates/psdb/configure_ac.tt	(revision 14411)
+++ /trunk/glueforge/templates/psdb/configure_ac.tt	(revision 14412)
@@ -35,5 +35,6 @@
 dnl is this the best was to setup recursive CFLAGS?
 IPP_STDOPTS
-[% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -fno-strict-aliasing"
+dnl -Werror causes problems on OSX as inttypes.h uses some non standard C types
+[% pkg_name %]_CFLAGS="-Wall -pedantic -fno-strict-aliasing"
 AC_SUBST([[% pkg_name %]_CFLAGS])
 
