ThirdParty: gcc 4.8.4: enabling Objective C/C++ when on OSX. The compilation of ParaView needs an Objective C compiler
This commit is contained in:
parent
246eb0eda1
commit
f66940199d
1 changed files with 4 additions and 1 deletions
5
ThirdParty/rpmBuild/SPECS/gcc-4.8.4.spec
vendored
5
ThirdParty/rpmBuild/SPECS/gcc-4.8.4.spec
vendored
|
@ -116,9 +116,12 @@ Group: Development/Tools
|
|||
# Use 'bootstrap-debug' build configuration to force stripping of object
|
||||
# files prior to comparison during bootstrap (broken by Xcode 6.3).
|
||||
# Fix taken from HomeBrew and MacPorts projects
|
||||
|
||||
# Compiling ParaView on MacOSX requires an Objective-C compiler
|
||||
|
||||
../configure \
|
||||
--prefix=%{_installPrefix} \
|
||||
--enable-languages=c,c++ \
|
||||
--enable-languages=c,c++,objc,obj-c++ \
|
||||
--enable-shared \
|
||||
--with-build-config=bootstrap-debug \
|
||||
--disable-multilib
|
||||
|
|
Reference in a new issue