Changeset 117640 for trunk/dports


Ignore:
Timestamp:
Mar 6, 2014, 6:59:03 PM (10 years ago)
Author:
devans@…
Message:

accountsservice: autoreconf with our intltool.m4 to fix intltool configuration, update patches, build deps.

Location:
trunk/dports/gnome/accountsservice
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/accountsservice/Portfile

    r112329 r117640  
    2626                port:intltool \
    2727                port:xmlto \
    28                 port:libxslt
     28                port:libxslt \
     29                port:gtk-doc
    2930
    3031depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
     
    3334
    3435patchfiles      patch-src-daemon.c.diff \
    35                 patch-src-libaccountsservice-Makefile.in.diff
     36                patch-src-libaccountsservice-Makefile.am.diff
    3637
    3738post-patch {
    3839    reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/src/daemon.c
    3940}
     41
     42# autoreconf with our intltool.m4
     43
     44use_autoreconf  yes
     45autoreconf.args -fvi
    4046
    4147configure.args  --enable-introspection=yes \
Note: See TracChangeset for help on using the changeset viewer.