URI: 
       tptlib-2.10.9-respect_cxxflags.patch - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tptlib-2.10.9-respect_cxxflags.patch (350B)
       ---
            1 diff -uNr ptlib-2.10.8.orig/configure.ac ptlib-2.10.8/configure.ac
            2 --- ptlib-2.10.8.orig/configure.ac        2012-10-19 13:45:35.000000000 -0400
            3 +++ ptlib-2.10.8/configure.ac        2012-10-23 08:08:57.000000000 -0400
            4 @@ -538,7 +540,7 @@
            5    AC_MSG_RESULT(yes)
            6  else
            7    AC_MSG_RESULT(no)
            8 -  STDCXXFLAGS="$STDCCFLAGS -frtti"
            9 +  STDCXXFLAGS="$STDCXXFLAGS -frtti"
           10  fi