openbsd-ports/net/irssi/patches/patch-src_perl_Makefile_in
martynas 4cd833f967 Update to 0.8.11. Changelog: http://www.irssi.org/news/ChangeLog
Changes to the port:
- normalize paths;
- make term_charset work;
- note the net/irssi-silc in DESCR;
- cleanup;
very initial diff, testing and ok maintainer Wiktor Izdebski
ok jasper@
2007-05-16 19:29:11 +00:00

13 lines
501 B
Plaintext

$OpenBSD: patch-src_perl_Makefile_in,v 1.2 2007/05/16 19:29:11 martynas Exp $
--- src/perl/Makefile.in.orig Wed Apr 25 21:14:36 2007
+++ src/perl/Makefile.in Sun May 13 01:42:11 2007
@@ -266,7 +266,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)