gtk+3: update to 3.24.48
[oi-userland.git] / components / library / lgi-53 / patches / 01-Makefile.patch
blob8fa21d51162a3b5ddde608aaef4ff9709c54e458
1 --- lgi-0.9.1/lgi/Makefile.orig Wed May 31 11:25:15 2017
2 +++ lgi-0.9.1/lgi/Makefile Wed May 31 11:25:40 2017
3 @@ -17,17 +17,17 @@
4 VERSION_FILE = version.lua
6 ifneq ($(filter cygwin% msys% mingw%, $(HOST_OS)),)
7 -CORE = corelgilua51.dll
8 +CORE = corelgilua53.dll
9 LIBFLAG = -shared
10 LIBS += -llua
11 else
12 ifeq ($(HOST_OS),darwin)
13 -CORE = corelgilua51.so
14 +CORE = corelgilua53.so
15 LIBFLAG = -bundle -undefined dynamic_lookup
16 CCSHARED = -fno-common
17 GOBJECT_INTROSPECTION_LIBDIR = $(shell pkg-config --variable=libdir $(GINAME))
18 else
19 -CORE = corelgilua51.so
20 +CORE = corelgilua53.so
21 LIBFLAG = -shared
22 CCSHARED = -fPIC
23 endif