Changes of Revision 2
[-] [+] | Added | pstoedit-CXXFLAGS.patch |
@@ -0,0 +1,11 @@ +--- 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 |