diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-09 19:07:06 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-09 19:07:06 +0100 |
commit | a448a42eac5d797fa72b9a20b7677f6a1a9c9c86 (patch) | |
tree | 23cd6a92a80a71fddcd84bcfb476f7d100fabc63 | |
parent | a8abe385a7f72987e414707babd52d5ca455138f (diff) | |
download | midipix_build-a448a42eac5d797fa72b9a20b7677f6a1a9c9c86.tar.bz2 midipix_build-a448a42eac5d797fa72b9a20b7677f6a1a9c9c86.tar.xz |
vim: fix build when Motif headers are installed.
-rw-r--r-- | vim-7.4.1952.local.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vim-7.4.1952.local.patch b/vim-7.4.1952.local.patch index d6ea7b22..178e0fc5 100644 --- a/vim-7.4.1952.local.patch +++ b/vim-7.4.1952.local.patch @@ -45,3 +45,12 @@ if test "$ac_x_includes" = no; then # Guess where to find include files, by looking for Xlib.h. +@@ -9488,7 +9490,7 @@ + + + +- ++SKIP_MOTIF=YES + if test -z "$SKIP_MOTIF"; then + gui_XXX="/usr/XXX/Motif* /usr/Motif*/XXX /usr/XXX /usr/shlib /usr/X11*/XXX /usr/XXX/X11* /usr/dt/XXX /local/Motif*/XXX /local/XXX/Motif* /usr/local/Motif*/XXX /usr/local/XXX/Motif* /usr/local/XXX /usr/local/X11*/XXX /usr/local/LessTif/Motif*/XXX $MOTIFHOME/XXX" + GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`" |