ThirdParty: gcc 4.8.4: GNU Objective C/C++ will not compile ParaView on OSX
This commit is contained in:
parent
69f5076a14
commit
a9d0b054bb
1 changed files with 1 additions and 3 deletions
4
ThirdParty/rpmBuild/SPECS/gcc-4.8.4.spec
vendored
4
ThirdParty/rpmBuild/SPECS/gcc-4.8.4.spec
vendored
|
@ -117,11 +117,9 @@ Group: Development/Tools
|
|||
# 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++,objc,obj-c++ \
|
||||
--enable-languages=c,c++ \
|
||||
--enable-shared \
|
||||
--with-build-config=bootstrap-debug \
|
||||
--disable-multilib
|
||||
|
|
Reference in a new issue