summaryrefslogtreecommitdiff
path: root/dev-lua/lanes/files/lanes-3.13.0-makefile.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-lua/lanes/files/lanes-3.13.0-makefile.patch
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-lua/lanes/files/lanes-3.13.0-makefile.patch')
-rw-r--r--dev-lua/lanes/files/lanes-3.13.0-makefile.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-lua/lanes/files/lanes-3.13.0-makefile.patch b/dev-lua/lanes/files/lanes-3.13.0-makefile.patch
index 257c9efca466..18d26d95e345 100644
--- a/dev-lua/lanes/files/lanes-3.13.0-makefile.patch
+++ b/dev-lua/lanes/files/lanes-3.13.0-makefile.patch
@@ -1,5 +1,5 @@
---- lanes-3.13.0.old/Makefile 2018-11-30 13:28:50.000000000 +0100
-+++ lanes-3.13.0/Makefile 2020-11-30 21:28:36.769384766 +0100
+--- a/Makefile
++++ b/Makefile
@@ -33,7 +33,7 @@
# Autodetect LUA
@@ -9,8 +9,8 @@
_TARGET_SO=$(_TARGET_DIR)/core.$(_SO)
---- lanes-3.13.0.old/src/Makefile 2018-11-30 13:28:50.000000000 +0100
-+++ lanes-3.13.0/src/Makefile 2020-11-30 21:40:06.399382894 +0100
+--- a/src/Makefile
++++ b/src/Makefile
@@ -15,7 +15,7 @@
#
LIBFLAG=-shared
@@ -68,8 +68,8 @@
- LUA_LIBS:=-llua
- endif
- endif
-+ LUA_FLAGS ?= $(shell pkg-config --cflags lua)
-+ LUA_LIBS ?= $(shell pkg-config --libs lua)
++ LUA_FLAGS ?= $(shell ${PKG_CONFIG} --cflags lua)
++ LUA_LIBS ?= $(shell ${PKG_CONFIG} --libs lua)
endif
ifeq "$(shell uname -s)" "Darwin"