<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Makefile.PL.orig
+++ Makefile.PL
@@ -29,12 +29,7 @@ my @possible_libraries = qw(
 );
 
 my %possible_install_paths = (
-  "../js/src/*"      =&gt; "../js/src",
-  "/usr/lib"         =&gt; "/usr/include",
-  "/usr/lib64"       =&gt; "/usr/include",          # CentOS 5 / 64 bit
-  "/usr/local/lib"   =&gt; "/usr/local/include",
-  "/usr/lib/firefox" =&gt; "/usr/include/firefox",
-  "/opt/local/lib"   =&gt; "/opt/local/include",    # MacPorts
+  "@@PREFIX@@/lib"   =&gt; "@@PREFIX@@/include/js"
 );
 
 my ($JS_LIB_DIR, @JS_INCL_DIRS, $JS_LIB_NAME);
</pre></body></html>