Changeset 20231 for trunk/dports


Ignore:
Timestamp:
Oct 29, 2006, 8:53:53 PM (17 years ago)
Author:
takanori@…
Message:

Add pthread support in gpgme-config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/gpgme/Portfile

    r19139 r20231  
    44name                            gpgme
    55version                         1.1.2
    6 revision                        1
     6revision                        2
    77categories                      devel security crypto
    88maintainers                     darwinports@opendarwin.org
     
    2828depends_lib                     port:gnupg port:pth port:libgpg-error
    2929
     30post-patch {
     31        reinplace "s|thread_modules=\"\"|thread_modules=\"pthread\"|" ${worksrcpath}/gpgme/gpgme-config.in
     32}
     33
    3034configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    3135configure.args          --infodir=${prefix}/share/info \
    3236                                        --mandir=${prefix}/share/man \
    3337                                        --with-gpg=${prefix}/bin/gpg --enable-static
     38
     39test.run        yes
     40test.target     check
    3441
    3542post-destroot {
Note: See TracChangeset for help on using the changeset viewer.