Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 243300
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +7 lines)
Line  Link Here
0
-- genlop.old 2008-11-30 19:14:48.000000000 -0430
0
++ genlop  2008-11-30 19:12:18.000000000 -0430
Lines 898-908 Link Here
898
898
899
                    # easy work here: we simply print the CFLAGS file
899
                    # easy work here: we simply print the CFLAGS file
900
                    print "   CFLAGS=\"";
900
                    print "   CFLAGS=\"";
901
                    open(pkg_cflag, "$db_pkg_dir/CFLAGS");
901
                    if(open(pkg_cflag, "$db_pkg_dir/CFLAGS")){
902
                    while (<pkg_cflag>)
902
                        while (<pkg_cflag>)
903
                    {
903
                        {
904
                        chomp();
904
                            chomp();
905
                        print();
905
                            print();
906
                        }
906
                    }
907
                    }
907
                    print "\"\n";
908
                    print "\"\n";
908
                }
909
                }

Return to bug 243300