1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/irc/irssi/files/patch-ae
Will Andrews 7001c025d0 Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit.  (Of course I have to fix all his stuff anyway. ;-)

First diff submitted by:	jim (MAINATAINER)
Gmake-related crap fixed by:	will (the added patch)
2000-05-23 21:55:21 +00:00

10 lines
398 B
Plaintext

--- plugins/perl/xs/Makefile.PL.in Fri Feb 25 12:52:31 2000
+++ plugins/perl/xs/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');