94e7c2fc33
after reading a certificate's password. (http://bugs.irssi.org/index.php?do=details&task_id=305) Regen patches. Add @bin marker to plist. from maintainer (viq at vic dot ath dot cx)
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
$OpenBSD: patch-src_perl_Makefile_in,v 1.3 2008/12/22 19:40:33 matthieu Exp $
|
|
--- src/perl/Makefile.in.orig Sat Oct 6 11:41:23 2007
|
|
+++ src/perl/Makefile.in Wed Dec 3 21:35:58 2008
|
|
@@ -261,7 +261,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)
|