1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/irc/irssi-devel/files/patch-ae
Jim Mock 5f8baf4932 Update to version 0.7.27.
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-26 02:25:50 +00:00

10 lines
392 B
Plaintext

--- plugins/perl/Makefile.PL.in Fri Feb 25 12:52:31 2000
+++ plugins/perl/Makefile.PL.in.new Fri Feb 25 19:38:08 2000
@@ -2,5 +2,5 @@
WriteMakefile('NAME' => 'Irssi',
'LIBS' => '',
- 'INC' => '-I@top_srcdir@/src @GLIB_CFLAGS@',
+ 'INC' => '-I@top_srcdir@/src @GLIB_CFLAGS@ -I@proplist_dir@/include',
'VERSION_FROM' => '@srcdir@/Irssi.pm');