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
|
# Use 'bootstrap-debug' build configuration to force stripping of object
|
||||||
# files prior to comparison during bootstrap (broken by Xcode 6.3).
|
# files prior to comparison during bootstrap (broken by Xcode 6.3).
|
||||||
# Fix taken from HomeBrew and MacPorts projects
|
# Fix taken from HomeBrew and MacPorts projects
|
||||||
|
|
||||||
|
# Compiling ParaView on MacOSX requires an Objective-C compiler
|
||||||
|
|
||||||
../configure \
|
../configure \
|
||||||
--prefix=%{_installPrefix} \
|
--prefix=%{_installPrefix} \
|
||||||
--enable-languages=c,c++ \
|
--enable-languages=c,c++,objc,obj-c++ \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-build-config=bootstrap-debug \
|
--with-build-config=bootstrap-debug \
|
||||||
--disable-multilib
|
--disable-multilib
|
||||||
|
|
Reference in a new issue