mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
remove framework settings which are provided by automake now
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39783 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
22a86b0080
commit
a690c08e97
@ -393,7 +393,6 @@ if [ -d "${ASpellSourceDir}" -a ! -f "${ASpellInstallHdr}" -a "yes" = "${aspell_
|
||||
CXXFLAGS=-g "${ASpellSourceDir}/configure"\
|
||||
--prefix="${ASpellInstallDir}"\
|
||||
${AspellConfigureOptions}
|
||||
#--host="${HOSTSYSTEM}" ${BuildSystem:+"--build=${BuildSystem}"}
|
||||
make && make install${aspellstrip}
|
||||
for file in ${FILE_LIST} ; do
|
||||
if [ -f "${ASpellInstallDir}"/lib/${file} ]; then
|
||||
@ -490,8 +489,6 @@ build_lyx() {
|
||||
CPPFLAGS="${CPPFLAGS} -I${SDKROOT}/Library/Frameworks/QtCore.framework/Headers"
|
||||
CPPFLAGS="${CPPFLAGS} -I${SDKROOT}/Library/Frameworks/QtGui.framework/Headers"
|
||||
fi
|
||||
LDFLAGS="${LDFLAGS}"${MAC_API:+" -framework Carbon"}
|
||||
LDFLAGS="${LDFLAGS} -framework AppKit"
|
||||
|
||||
echo LDFLAGS="${LDFLAGS}"
|
||||
export LDFLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user