Changeset 117658 for trunk/dports


Ignore:
Timestamp:
Mar 7, 2014, 7:34:08 AM (10 years ago)
Author:
devans@…
Message:

libgdata: replace m4/intltool.m4 with ours and autoreconf to fix intltool configuration, build deps.

File:
1 edited

Legend:

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

    r115644 r117658  
    2828depends_build   port:pkgconfig \
    2929                port:intltool \
    30                 port:gnome-doc-utils \
     30                port:gnome-common \
    3131                port:gtk-doc
    3232
     
    3939                port:gcr
    4040
     41# update m4/intltool.m4 and autoreconf
     42
     43pre-configure {
     44    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     45}
     46
     47use_autoreconf  yes
     48autoreconf.args -fvi
     49
    4150configure.args  --enable-introspection=yes \
    4251                --enable-gnome \
Note: See TracChangeset for help on using the changeset viewer.