14 lines
480 B
Plaintext
14 lines
480 B
Plaintext
$OpenBSD: patch-src_perl_Makefile_in,v 1.11 2018/01/28 17:47:58 sthen Exp $
|
|
Index: src/perl/Makefile.in
|
|
--- src/perl/Makefile.in.orig
|
|
+++ src/perl/Makefile.in
|
|
@@ -393,7 +393,7 @@ AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/src/core \
|
|
-I$(top_srcdir)/src/fe-common/core \
|
|
$(GLIB_CFLAGS) \
|
|
- -DSCRIPTDIR=\""$(datadir)/irssi/scripts"\" \
|
|
+ -DSCRIPTDIR=\""$(sysconfdir)/irssi/scripts"\" \
|
|
-DPERL_USE_LIB=\""$(PERL_USE_LIB)"\" \
|
|
-DPERL_STATIC_LIBS=$(PERL_STATIC_LIBS) \
|
|
$(PERL_CFLAGS)
|