mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
#7927 apply patch from mft to support posix packageing on Mac for the Gentoo prefix project
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5a80aa6fcf
commit
a86893a84c
@ -521,6 +521,7 @@ case $lyx_use_packaging in
|
||||
default_prefix=$ac_default_prefix
|
||||
case ${host} in
|
||||
*cygwin*) lyx_install_cygwin=true ;;
|
||||
*apple-darwin*) lyx_install_macosx=true ;;
|
||||
esac
|
||||
lyx_install_posix=true ;;
|
||||
*) LYX_ERROR([Unknown packaging type $lyx_use_packaging]) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user