From 572549f8aefb1517a2b86808fa0fea29b4053c01 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 20 Apr 2004 14:56:55 +0000 Subject: Fix a typo in Zinc.xs Suppress the use of pthreads. It is really not needed, should a problem arise again, it must be fixed in an other way Added a perl/Tk path to INC thanks to Mike Castle. --- Perl/Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Perl') diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL index 150a32e..d679879 100644 --- a/Perl/Makefile.PL +++ b/Perl/Makefile.PL @@ -56,12 +56,12 @@ WriteMakefile( 'NAME' => 'Tk::Zinc', 'VERSION' => $VERSION, 'PREREQ_PM' => {Tk => 8.0}, - 'LIBS' => ['-L/usr/X11R6/lib -lXext -lX11 -lGL -lpthread -L.'], + 'LIBS' => ['-L/usr/X11R6/lib -lXext -lX11 -lGL -L.'], 'DEFINE' => &get_flags, - 'INC' => "-I. -I$TkLibDir -I$TkLibDir/pTk", + 'INC' => "-I. -I$TkLibDir -I$TkLibDir/pTk $Tk::Config::inc", 'C' => [@C], 'XS_VERSION' => $Tk::Config::VERSION, - 'XS' => {'Zinc.sx' => 'Zinc.c'}, + 'XS' => {'Zinc.xs' => 'Zinc.c'}, 'linkext' => {LINKTYPE => 'dynamic'}, 'depend' => {'Zinc.o' => '$(O_FILES) Zinc.o'}, 'LDFROM' => '$(O_FILES)', -- cgit v1.1