Ticket #15991: patch-hunspell-portfile-renameexes.diff
File patch-hunspell-portfile-renameexes.diff, 956 bytes (added by raimue (Rainer Müller), 16 years ago) |
---|
-
Portfile
5 5 6 6 name hunspell 7 7 version 1.2.2 8 revision 18 revision 2 9 9 categories textproc 10 10 maintainers openmaintainer jochen 11 11 description Spell checker and morphological analyzer … … 25 25 26 26 depends_lib port:gettext port:ncurses port:readline 27 27 28 patchfiles patch-hunspell.cxx.diff 28 patchfiles patch-hunspell.cxx.diff \ 29 patch-hunspell-renameexes.diff 30 31 pre-configure { 32 system "cd ${worksrcpath} && autoreconf" 33 } 29 34 30 35 configure.cflags-append -DLIBDIR=\\"$prefix/share/hunspell:/usr/share/myspell\\" 31 36 configure.cxxflags-append -DLIBDIR=\\"$prefix/share/hunspell:/usr/share/myspell\\"