about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/netbsd/libbsd-overlay.pc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-31 12:13:35 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-31 12:36:44 -0400
commitfd874b74560d5811660b492c38f0a690468d6bef (patch)
tree914cd3246ea2031bcb0869e23d3b5fb6d43a8c68 /pkgs/os-specific/bsd/netbsd/libbsd-overlay.pc
parent050557ef8ac21f0458f23a902f0f0229069e937b (diff)
downloadnixlib-fd874b74560d5811660b492c38f0a690468d6bef.tar
nixlib-fd874b74560d5811660b492c38f0a690468d6bef.tar.gz
nixlib-fd874b74560d5811660b492c38f0a690468d6bef.tar.bz2
nixlib-fd874b74560d5811660b492c38f0a690468d6bef.tar.lz
nixlib-fd874b74560d5811660b492c38f0a690468d6bef.tar.xz
nixlib-fd874b74560d5811660b492c38f0a690468d6bef.tar.zst
nixlib-fd874b74560d5811660b492c38f0a690468d6bef.zip
netbsd: allow replacing nbcompat with libbsd
Diffstat (limited to 'pkgs/os-specific/bsd/netbsd/libbsd-overlay.pc')
-rw-r--r--pkgs/os-specific/bsd/netbsd/libbsd-overlay.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/os-specific/bsd/netbsd/libbsd-overlay.pc b/pkgs/os-specific/bsd/netbsd/libbsd-overlay.pc
new file mode 100644
index 000000000000..3aadabe50882
--- /dev/null
+++ b/pkgs/os-specific/bsd/netbsd/libbsd-overlay.pc
@@ -0,0 +1,11 @@
+prefix=@out@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: nbcompat
+Description: NetBSD compatibility framework
+Version: @version@
+URL: https://www.netbsd.org/
+Libs: -L${libdir} -lnbcompat
+Cflags: -I${includedir} -DHAVE_NBTOOL_CONFIG_H -include nbtool_config.h