SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/lua-lgi/patches/patch-lgi_Makefile
Normal file
22
devel/lua-lgi/patches/patch-lgi_Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- lgi/Makefile.orig Fri May 27 21:56:36 2016
|
||||
+++ lgi/Makefile Tue Feb 28 11:53:21 2017
|
||||
@@ -8,8 +8,8 @@
|
||||
PREFIX = /usr/local
|
||||
HOST_OS = $(shell uname -s | tr A-Z a-z)
|
||||
LUA_VERSION=5.1
|
||||
-LUA_LIBDIR = $(PREFIX)/lib/lua/$(LUA_VERSION)
|
||||
-LUA_SHAREDIR = $(PREFIX)/share/lua/$(LUA_VERSION)
|
||||
+LUA_LIBDIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION)
|
||||
+LUA_SHAREDIR ?= $(PREFIX)/share/lua/$(LUA_VERSION)
|
||||
|
||||
PKG_CONFIG = pkg-config
|
||||
GINAME = gobject-introspection-1.0
|
||||
@@ -27,7 +27,7 @@ LIBFLAG = -bundle -undefined dynamic_lookup
|
||||
CCSHARED = -fno-common
|
||||
GOBJECT_INTROSPECTION_LIBDIR = $(shell pkg-config --variable=libdir $(GINAME))
|
||||
else
|
||||
-CORE = corelgilua51.so
|
||||
+CORE = corelgilua${MODLUA_DEP_VERSION}.so
|
||||
LIBFLAG = -shared
|
||||
CCSHARED = -fPIC
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue