Changeset 117719 for trunk/dports


Ignore:
Timestamp:
Mar 9, 2014, 3:42:57 PM (10 years ago)
Author:
devans@…
Message:

gdl, gdl3: reconfigure with our intltool.m4 to fix intltool configuration.

Location:
trunk/dports/gnome
Files:
2 edited

Legend:

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

    r115062 r117719  
    3636                    patch_glib_2.30_G_CONST_RETURN.diff
    3737
     38# reconfigure with our intltool.m4
     39
     40use_autoreconf      yes
     41autoreconf.args     -fvi
     42
    3843# this is the last stable version of gdl that provides gdl-2.0
    3944livecheck.type      none
  • trunk/dports/gnome/gdl3/Portfile

    r115644 r117719  
    3838                    patch-gdl-gdl-dock-object.h.diff
    3939
     40# update m4/intltool.m4 and autoreconf
     41
     42pre-configure {
     43    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     44}
     45
     46use_autoreconf      yes
     47autoreconf.args     -fvi
     48
    4049configure.args      --disable-silent-rules \
    4150                    --enable-introspection=yes
Note: See TracChangeset for help on using the changeset viewer.