pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

LuaJIT21: Set BUILDLINK_CFLAGS



Module Name:	pkgsrc-wip
Committed By:	Min S. Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Feb 9 11:08:54 2023 -0800
Changeset:	ae19d3c5900603ce6d157d6f1e8e693199801a9c

Modified Files:
	LuaJIT21/buildlink3.mk

Log Message:
LuaJIT21: Set BUILDLINK_CFLAGS

This package installs header files into its own directory
(include/luajit-2.1).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae19d3c5900603ce6d157d6f1e8e693199801a9c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 LuaJIT21/buildlink3.mk | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/LuaJIT21/buildlink3.mk b/LuaJIT21/buildlink3.mk
index 7c5d235b60..0c62b61c01 100644
--- a/LuaJIT21/buildlink3.mk
+++ b/LuaJIT21/buildlink3.mk
@@ -7,6 +7,8 @@ LUAJIT21_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.LuaJIT21+=	LuaJIT21>=2.1.0beta3
 BUILDLINK_PKGSRCDIR.LuaJIT21?=		../../wip/LuaJIT21
+
+BUILDLINK_CFLAGS.LuaJIT21+=       -I${BUILDLINK_PREFIX.LuaJIT21}/include/luajit-2.1
 .endif	# LUAJIT21_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-LuaJIT21


Home | Main Index | Thread Index | Old Index