# New Ticket Created by Greg Bacon # Please include the string: [perl #38216] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38216 >
There appears to have been some slop in the ${foo} -> @foo@ change, and the attached patch fixes it. Also, did libdir and includedir change to include underscores? Greg
Index: config/gen/makefiles/parrot.pc.in =================================================================== --- config/gen/makefiles/parrot.pc.in (revision 11124) +++ config/gen/makefiles/parrot.pc.in (working copy) @@ -6,5 +6,5 @@ Name: parrot Description: virtual machine to execute bytecode for interpreted languages Version: @VERSION@ -Libs: [EMAIL PROTECTED]@} -lparrot @icu_shared@ @libs@ -Cflags: [EMAIL PROTECTED]@ +Libs: [EMAIL PROTECTED]@ -lparrot @icu_shared@ @libs@ +Cflags: [EMAIL PROTECTED]@