summaryrefslogtreecommitdiff
path: root/lang/lua53
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lua53')
-rw-r--r--lang/lua53/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile
index 957aa3a34aa1..e0598195ff01 100644
--- a/lang/lua53/Makefile
+++ b/lang/lua53/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lua
DISTVERSION= 5.3.5
+PORTREVISION=1
CATEGORIES= lang
MASTER_SITES= https://www.lua.org/ftp/
PKGNAMESUFFIX= 53
@@ -102,6 +103,9 @@ READLINE_LIBS= -lreadline
# end of option vars
CFLAGS+= -fPIC
+# 2019-01-25: -pthread in LIBS is a work around for the following bug:
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235211
+LIBS+= -pthread
WITHOUT_NO_STRICT_ALIASING=yes