diff --git a/devel/lua-lgi/Makefile b/devel/lua-lgi/Makefile index 4e8ff534854..1bdf8648c94 100644 --- a/devel/lua-lgi/Makefile +++ b/devel/lua-lgi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2012/09/20 20:56:34 jasper Exp $ +# $OpenBSD: Makefile,v 1.13 2012/09/20 21:10:42 jasper Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= lua bindings to libraries using GObject-Introspection DISTNAME= lgi-0.6.2 PKGNAME= lua-${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= devel HOMEPAGE= https://github.com/pavouk/lgi diff --git a/devel/lua-lgi/pkg/DESCR b/devel/lua-lgi/pkg/DESCR index 154961f8e81..34aaee0b17d 100644 --- a/devel/lua-lgi/pkg/DESCR +++ b/devel/lua-lgi/pkg/DESCR @@ -1,6 +1,7 @@ LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. -If you see errors like "undefined symbol 'pthread_mutex_unlock'", you -will need to manually load the pthread shared library; you can do this -by setting "LD_PRELOAD=/usr/lib/libpthread.so" in the environment. +You will need to manually load the pthread shared libary setting +"LD_PRELOAD=/usr/lib/libpthread.so" in the environment if you encounter +any errors like the following: +"lua51: error loading module 'lgi.corelgilua51' from file ...."