freebsd-ports/devel/p5-Cdk/files/patch-aa
Vanilla I. Shu 3383bc307d 1: Fixes shared library dependency and adapts api changes of the underlying
library, devel/cdk.
2: reset MAINTAINER to ports@

PR:		ports/47712
Submitted by:	maintainer.
2003-02-06 06:22:27 +00:00

14 lines
561 B
Text

--- 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 -I/usr/local/include/cdk',
'clean' => {FILES => 'Makefile.old'},
);