Disabled deprecated sigc++ API.
authorTaybin Rutkin <taybin@taybin.com>
Thu, 6 Oct 2005 15:55:45 +0000 (15:55 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Thu, 6 Oct 2005 15:55:45 +0000 (15:55 +0000)
git-svn-id: svn://localhost/trunk/ardour2@49 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/SConscript

index 0bf24d25c03bab3c10faa988eeaa9bc994c614bb..9c9e1b5ce5157d05c386eee5b77c3c884042c731 100644 (file)
@@ -16,6 +16,7 @@ domain = 'gtk_ardour'
 
 gtkardour.Append(DOMAIN=domain, MAJOR=1,MINOR=0,MICRO=2)
 gtkardour.Append(CXXFLAGS="-DPACKAGE=\\\"" + domain + "\\\"")
+gtkardour.Append(CCFLAGS="-DLIBSIGC_DISABLE_DEPRECATED")
 gtkardour.Append(PACKAGE=domain)
 gtkardour.Append(POTFILE=domain + '.pot')