Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 350558 | Differences between
and this patch

Collapse All | Expand All

(-)uuid-1.6.2/perl/Makefile.PL (-2 / +2 lines)
Lines 33-40 Link Here
33
use ExtUtils::MakeMaker;
33
use ExtUtils::MakeMaker;
34
34
35
#   determine source directory
35
#   determine source directory
36
my ($srcdir) = map { my $d = $_; $d =~ s/\/libuuid\.la$//; $d }
36
my ($srcdir) = map { my $d = $_; $d =~ s/\/libossp-uuid\.la$//; $d }
37
               grep { -f $_ } ("../libuuid.la", glob("../*/libuuid.la"))
37
               grep { -f $_ } ("../libossp-uuid.la", glob("../*/libossp-uuid.la"))
38
    or die "no source directory found (where libuuid.la is located)";
38
    or die "no source directory found (where libuuid.la is located)";
39
39
40
#   determine extra build options
40
#   determine extra build options

Return to bug 350558