Ticket #53136: Portfile-emacs.diff
File Portfile-emacs.diff, 997 bytes (added by little-big-h, 8 years ago) |
---|
-
Portfile
old new 95 95 xinstall -d ${destroot}${prefix}/share/emacs/${version}/leim 96 96 delete ${destroot}${prefix}/bin/ctags 97 97 delete ${destroot}${prefix}/share/man/man1/ctags.1.gz 98 if {[variant_isset modules]} { 99 xinstall -m 755 -d ${destroot}${prefix}/include/emacs 100 xinstall -m 644 ${worksrcpath}/src/emacs-module.h \ 101 ${destroot}${prefix}/include/emacs 102 } 103 } 104 105 variant modules description {compile with dynamic modules support} { 106 configure.args-append --with-modules 98 107 } 99 108 100 109 … … 109 118 --with-gif \ 110 119 --with-png \ 111 120 --without-rsvg \ 112 --with-xft 121 --with-xft 113 122 depends_lib-append port:xorg-libXmu \ 114 123 port:xorg-libXaw \ 115 124 port:xpm \