efe386fc95
from Colin Didier, tweaks by maintainer Wiktor Izdebski and myself tested by Simon Kuhnle, sthen@ and myself. ok sthen@
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
$OpenBSD: patch-src_perl_Makefile_in,v 1.4 2009/05/23 17:47:01 martynas Exp $
|
|
--- src/perl/Makefile.in.orig Tue Mar 31 23:02:14 2009
|
|
+++ src/perl/Makefile.in Sun Apr 5 01:22:16 2009
|
|
@@ -252,7 +252,7 @@ INCLUDES = \
|
|
-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)
|