Ticket #45527: Portfile.patch

File Portfile.patch, 661 bytes (added by nicholas.clark@…, 10 years ago)

Unified diff file for the GNU Make Portfile

  • Portfile

    old new  
    2929                sha256  0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5
    3030
    3131depends_lib     port:gettext port:libiconv
     32configure.args  --program-prefix=g --without-guile
    3233
    33 configure.args  --program-prefix=g \
    34                 --without-guile
     34variant guile description "Enable GNU Guile extensions" {
     35    depends_lib-append  port:guile
     36    configure.args  --program-prefix=g --with-guile
     37}
    3538
    3639test.run        yes
    3740test.target     check