diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/stk | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'community/stk')
-rw-r--r-- | community/stk/cxxflags.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/community/stk/cxxflags.patch b/community/stk/cxxflags.patch deleted file mode 100644 index bb86e929a..000000000 --- a/community/stk/cxxflags.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- stk-4.4.2/configure.ac 2010-02-04 15:52:39.000000000 -0500 -+++ configure.ac 2010-03-11 23:55:44.000000000 -0500 -@@ -51,7 +51,7 @@ - AC_ARG_ENABLE(debug, - [ --enable-debug = enable various debug output], - [AC_SUBST( cppflag, ["-D_STK_DEBUG_ -D__RTAUDIO_DEBUG__ -D__RTMIDI_DEBUG__"] ) AC_SUBST( cxxflag, ["-g"] ) AC_SUBST( object_path, [Debug] ) AC_MSG_RESULT(yes)], -- [AC_SUBST( cppflag, [] ) AC_SUBST( cxxflag, [-O3] ) AC_SUBST( object_path, [Release] ) AC_MSG_RESULT(no)]) -+ [AC_SUBST( cppflag, [] ) AC_SUBST( cxxflag, [] ) AC_SUBST( object_path, [Release] ) AC_MSG_RESULT(no)]) - - # Checks for functions - if test $realtime = yes; then -@@ -63,12 +63,7 @@ - CPPFLAGS="$CPPFLAGS $cppflag" - - # For debugging and optimization ... overwrite default because it has both -g and -O2 --CXXFLAGS="$cxxflag" -- --# Check compiler and use -Wall if gnu. --if [test $GXX = "yes" ;] then -- AC_SUBST( cxxflag, [-Wall] ) --fi -+CXXFLAGS="$cxxflag $CXXFLAGS" - - CXXFLAGS="$CXXFLAGS $cxxflag" - |