We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f820191 commit 35d12adCopy full SHA for 35d12ad
overrides.rb
@@ -2,14 +2,3 @@
2
rock_toolchain.add Autobuild::Package['gui/vizkit']
3
rock_toolchain.add Autobuild::Package['bundles/rock']
4
end
5
-
6
7
-# 2014-03-12:
8
-# temporary fix for boost bug: https://svn.boost.org/trac/boost/ticket/7979
9
-# on debian testing
10
-only_on 'debian' do
11
- cmake_package 'typelib' do |pkg|
12
- pkg.define "RUBY_EXECUTABLE", Autoproj.find_in_path(RbConfig::CONFIG['RUBY_INSTALL_NAME'])
13
- pkg.define "GLIBC_HAVE_LONG_LONG"
14
- end
15
-end
0 commit comments