Changes between Initial Version and Version 1 of Ticket #28220


Ignore:
Timestamp:
Jan 31, 2011, 4:40:51 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28220

    • Property Owner changed from macports-tickets@… to mni@…
  • Ticket #28220 – Description

    initial v1  
    55The command that failed was the
    66
     7{{{
    78 cd <workdir> && /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor
     9}}}
    810
    911The "perl Makefile.PL" command can take the arguments --with-libidn and --with-libidn-inc and I was able to use them to set the correct paths,
    1012
     13{{{
    1114 cd <workdir> && /opt/local/bin/perl Makefile.PL --with-libidn=/opt/local/lib --with-libidn-inc=/opt/local/include
     15}}}
    1216
    1317but there is probably a better way to solve that.  Perhaps the correct paths could/should be picked up automatically - but for some reason they weren't.