1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/p5-Cdk/files/patch-aa
Vanilla I. Shu 7e2d88220c Perl5 module for Curses Development Kit
PR:		ports/27670
Submitted by:	Chia-liang Kao <clkao@clkao.org>
2001-05-27 05:33:30 +00:00

15 lines
540 B
Plaintext

--- Makefile.PL.orig Fri Dec 11 03:50:16 1998
+++ Makefile.PL Sun May 27 05:23:05 2001
@@ -16,9 +16,9 @@
WriteMakefile(
'NAME' => 'Cdk',
'VERSION' => '4.9.6',
- 'LIBS' => ['-L/home/glover/local/lib -lcdk -lncurses'],
+ 'LIBS' => ['-L/usr/local/lib -lcdk -lncurses'],
'DEFINE' => '-DHAVE_USLEEP -DHAVE_NCURSES -DHAVE_COLOR -DCDK_PERL_EXT',
- 'INC' => '-I/usr/include/ncurses -I/home/glover/local/include/cdk',
+ 'INC' => '-I/usr/include -I/usr/local/include/cdk',
'clean' => {FILES => 'Makefile.old'},
);