diff options
author | Renato Botelho <garga@FreeBSD.org> | 2019-03-22 13:08:12 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2019-03-22 13:08:12 +0000 |
commit | 38b4b761dec4290517a8b0f027ccd4b5356c8d3b (patch) | |
tree | 98ce33d39da2af3c0e22746887c61d8f041d1e00 /irc/bitlbee/files/patch-configure | |
parent | x11/alacritty: Apply workaround to let SpawnNewInstance work on FreeBSD (diff) |
irc/bitlbee: Update to 3.6
While here, sort options descriptions and add missing OPTIONS for LDAP and
PAM authentication
Notes
Notes:
svn path=/head/; revision=496562
Diffstat (limited to 'irc/bitlbee/files/patch-configure')
-rw-r--r-- | irc/bitlbee/files/patch-configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/irc/bitlbee/files/patch-configure b/irc/bitlbee/files/patch-configure deleted file mode 100644 index adc8931b7321..000000000000 --- a/irc/bitlbee/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2017-01-30 20:45:59 UTC -+++ configure -@@ -743,15 +743,7 @@ if [ -z "$PYTHON" ]; then - fi - - if [ "$doc" = "1" ]; then -- # check this here just in case someone tries to install it in python2.4... -- if ! $PYTHON -m xml.etree.ElementTree > /dev/null 2>&1; then -- echo -- echo 'ERROR: Python (>=2.5 or 3.x) is required to generate docs' -- echo "(Use the PYTHON environment variable if it's in a weird location)" -- exit 1 -- fi - echo "DOC=1" >> Makefile.settings -- echo "PYTHON=$PYTHON" >> Makefile.settings - fi - - get_version |