Skip to content

Commit

Permalink
rt#26763: find spidermonkey on macports.
Browse files Browse the repository at this point in the history
  • Loading branch information
happygiraffe authored and Claes Jakobsson committed Aug 24, 2009
1 parent 34fe547 commit bb00177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
Expand Up @@ -83,9 +83,9 @@ if(-f "/etc/gentoo-release") {

}

# test for DarwinPorts
if (-d "/opt/local/include/spidermonkey") {
push @incs, "/opt/local/include/spidermonkey";
# test for MacPorts
if (-d "/opt/local/include/js") {
push @incs, "/opt/local/include/js", "/opt/local/include/nspr";
push @libs, "/opt/local/lib";
}

Expand Down

0 comments on commit bb00177

Please sign in to comment.