Lines 250-256
Link Here
|
250 |
myconf+=( --enable-gui=gtk2 ) |
250 |
myconf+=( --enable-gui=gtk2 ) |
251 |
elif use motif; then |
251 |
elif use motif; then |
252 |
einfo "Building gvim with the MOTIF GUI" |
252 |
einfo "Building gvim with the MOTIF GUI" |
253 |
myconf+=( --enable-gui=motif ) |
253 |
myconf+=( --enable-gui=motif --with-motif-lib=/usr/lib64/libXm.so ) |
254 |
elif use neXt; then |
254 |
elif use neXt; then |
255 |
einfo "Building gvim with the neXtaw GUI" |
255 |
einfo "Building gvim with the neXtaw GUI" |
256 |
myconf+=( --enable-gui=nextaw ) |
256 |
myconf+=( --enable-gui=nextaw ) |