summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-08-31 14:18:55 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-08-31 14:18:55 +0200
commit1beebdf01e9867a8fc6624a713e3c4d90b6d46a3 (patch)
tree2bd47582ae195c4ff3f93bcf585108b5b6f121a2 /ChangeLog.adoc
parent8bb45494945f10c73855a58581a5e61be8ef1f7b (diff)
downloadweechat-1beebdf01e9867a8fc6624a713e3c4d90b6d46a3.zip
core: fix compilation with autotools on FreeBSD 12.0
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 382f429e4..0398f8f96 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -58,6 +58,7 @@ Tests::
Build::
+ * core: fix compilation with autotools on FreeBSD 12.0
* debian: disable Javascript plugin on Debian Buster/Bullseye (issue #1374)
* python: compile with Python 3 by default
* python: use pkg-config to detect Python (issue #1382)