-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added mixmaster as a build option to the neomutt template #42193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and please adjust the commit message according to CONTRIBUTING.md
srcpkgs/neomutt/template
Outdated
do_configure() { | ||
if [ "$build_option_mixmaster" ]; then | ||
configure_args+=" --mixmaster" | ||
fi | ||
./configure ${configure_args} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do_configure() { | |
if [ "$build_option_mixmaster" ]; then | |
configure_args+=" --mixmaster" | |
fi | |
./configure ${configure_args} | |
} | |
if [ "$build_option_mixmaster" ]; then | |
configure_args+=" --mixmaster" | |
fi |
7c6cd3d
to
7c6bfbf
Compare
done |
and squash the commits, it should be one per package cc maintainer @Vaelatern |
I suspect this will be enabled by default next release. Do you think that is the case too? |
It is one commit now. at least it says so at the top. is that acceptable? |
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
mixmaster is kinda dead so it doesn't add much to have this enabled by default so I'm closing this. feel free to re-open if anyone disagrees. |
Testing the changes