unconfuse DESCR
prompted by an issue reported by weerd@
This commit is contained in:
parent
6807c1f9b4
commit
85510f1176
@ -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
|
||||
|
@ -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 ...."
|
||||
|
Loading…
Reference in New Issue
Block a user