diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-07 21:38:02 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-07-07 21:38:02 +0000 |
commit | 89dea9c29b48b292ebd5ea574f5860da93410b7c (patch) | |
tree | 916fcf13647d536242eb7608c9fb33412222887b /mail/elm+ME/scripts/pre-configure | |
parent | WindowMaker dockapp for displaying signal strenghts of WLAN Adapters (diff) |
Update from elm-2.4ME+119 to elm-2.4ME+121h. Install the auxiliary
shared libraries into ${PREFIX}/lib thus making 000.elm.sh unneeded.
Add patches, that allow warning-free compilation.
Add a patch, that removes the delay on every "metamail not needed"
notification.
Change scripts/pre-configure to allow use of nl_langinfo().
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=138680
Diffstat (limited to 'mail/elm+ME/scripts/pre-configure')
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index 6dc752b90e5b..e18501d9c559 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -340,7 +340,7 @@ xenlf='' d_xenix='undef' d_bsd='define' locale='locale' -have_codeset='undef' +have_codeset='define' d_pgp='define' pgp='${LOCALBASE}/bin/pgp' pgp2_path='${LOCALBASE}/bin/pgp' |