<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- tmp/uuid-1.6.2/perl/Makefile.PL	2007-01-01 18:13:18.000000000 +0000
+++ uuid-1.6.2/perl/Makefile.PL	2011-01-07 11:54:23.521585547 +0000
@@ -33,9 +33,9 @@
 use ExtUtils::MakeMaker;
 
 #   determine source directory
-my ($srcdir) = map { my $d = $_; $d =~ s/\/libuuid\.la$//; $d }
-               grep { -f $_ } ("../libuuid.la", glob("../*/libuuid.la"))
-    or die "no source directory found (where libuuid.la is located)";
+my ($srcdir) = map { my $d = $_; $d =~ s/\/libossp-uuid\.la$//; $d }
+               grep { -f $_ } ("../libossp-uuid.la", glob("../*/libossp-uuid.la"))
+    or die "no source directory found (where libossp-uuid.la is located)";
 
 #   determine extra build options
 my $compat = 0;
@@ -47,7 +47,7 @@
     VERSION_FROM      =&gt; 'uuid.pm',
     ABSTRACT_FROM     =&gt; 'uuid.pod',
     PREREQ_PM         =&gt; {},
-    LIBS              =&gt; [ "-L$srcdir/.libs -L$srcdir -luuid" ],
+    LIBS              =&gt; [ "-L$srcdir/.libs -L$srcdir -lossp-uuid" ],
     DEFINE            =&gt; '',
     INC               =&gt; "-I. -I$srcdir",
     PM                =&gt; { 'uuid.pm'   =&gt; '$(INST_LIBDIR)/uuid.pm',
</pre></body></html>