Search
j0ke.net Open Build Service
>
Projects
>
graphics
>
pstoedit
> pstoedit-CXXFLAGS.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
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