mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2fddf56a32
the time being, but says ``they might come back later'', but for now this is a text-only client. Submitted by: ade
10 lines
414 B
Plaintext
10 lines
414 B
Plaintext
--- src/perl/xs/Makefile.PL.in Fri Feb 25 12:52:31 2000
|
|
+++ src/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 -I@top_srcdir@/src/core @GLIB_CFLAGS@ -I@proplist_dir@/include',
|
|
'VERSION_FROM' => '@srcdir@/Irssi.pm');
|