Changeset 118361 for trunk/dports


Ignore:
Timestamp:
Mar 31, 2014, 10:35:05 PM (10 years ago)
Author:
devans@…
Message:

gnome-games: update m4/intltool.m4 and autoreconf to fix intltool configuration, add build fix, update patchfiles, build deps.

Location:
trunk/dports/gnome/gnome-games
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gnome-games/Portfile

    r115644 r118361  
    2424depends_build   port:pkgconfig \
    2525                port:intltool \
     26                port:gnome-common \
     27                port:yelp-tools \
    2628                port:itstool \
    2729                port:libxml2
     
    3638                port:yelp
    3739
    38 patchfiles      patch-configure.diff
     40patchfiles      patch-configure.ac.diff
     41
     42# update m4/intltool.m4 and autoreconf
     43
     44pre-configure {
     45    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     46}
     47
     48use_autoreconf  yes
     49autoreconf.args -fvi
    3950
    4051configure.args  --enable-games="gnect,gnomine,gtali,gnotravex,gnotski,glines,iagno,gnobots2" \
    4152                --disable-schemas-compile \
    4253                --disable-silent-rules \
     54
     55configure.cflags-append \
     56                -Wno-error=format-nonliteral
    4357
    4458variant python26 conflicts python27 description {Use python 2.6} {
Note: See TracChangeset for help on using the changeset viewer.