summaryrefslogtreecommitdiff
path: root/devel/libnjs/files/patch-src_njs.pc.in
blob: 5e43e3605a3f2d22c028364fbef74828a2456185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/njs.pc.in.orig	2024-06-25 17:40:20 UTC
+++ src/njs.pc.in
@@ -1,8 +1,8 @@
-prefix=@PREFIX@
-libdir=@LIBDIR@
+prefix=%%LOCALBASE%%
+libdir=${prefix}/lib
 
 Name: njs
 Description: library to embed njs scripting language
 Version: @VERSION@
 Libs: -L${libdir} -lnjs @EXTRA_LIBS@
-Cflags: @CFLAGS@
+Cflags: -I${prefix}/include