File pstoedit-CXXFLAGS.patch of Package pstoedit
--- configure.ac
+++ configure.ac
@@ -360,7 +360,7 @@
AC_SUBST(LDLIBS)
else
AC_MSG_RESULT([GNU])
- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith "
+ SPECIAL_CXXFLAGS="-Wall -Wwrite-strings -Wcast-qual -Wpointer-arith"
fi
CXXFLAGS="-g"
elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then