Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/irc/hexchat/files/patch-plugins_perl_meson.build
16461 views
1
--- plugins/perl/meson.build.orig 2018-08-29 16:41:08 UTC
2
+++ plugins/perl/meson.build
3
@@ -60,7 +60,7 @@ endforeach
4
perl_cflags += [
5
# Perl has its own 'config.h' that we must override
6
# TODO: Just rename ours to something more unique.
7
- '-include', meson.build_root() + '/config.h'
8
+ '-include', meson.build_root() + '/config.h', '-I%%PREFIX%%/lib/perl5/%%PERL_VER%%/mach/CORE', '-L%%PREFIX%%/lib/perl5/%%PERL_VER%%/mach/CORE', '-lperl'
9
]
10
11
if not cc.links('''
12
13