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:
Martin Beaudoin 2015-05-17 23:58:04 -04:00
parent 246eb0eda1
commit f66940199d

View file

@ -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