Changeset 118357 for trunk/dports


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

gedit: update m4/intltool.m4 and autoreconf to fix intltool configuration, build fix, update patch file, build deps.

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

Legend:

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

    r115061 r118357  
    2525                port:intltool \
    2626                port:gnome-doc-utils \
     27                port:gnome-common \
    2728                port:pkgconfig
    2829
     
    3940use_bzip2       yes
    4041
    41 patchfiles      patch-configure.diff
     42patchfiles      patch-configure.ac.diff
     43
     44# update m4/intltool.m4 and autoreconf
     45
     46pre-configure {
     47    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     48}
     49
     50use_autoreconf      yes
     51autoreconf.args     -fvi
    4252
    4353configure.args  --mandir=${prefix}/share/man \
     
    4656                --disable-gvfs-metadata \
    4757                --disable-updater
     58
     59configure.cflags-append \
     60                -Wno-error=pointer-arith -Wno-error=format-nonliteral
    4861
    4962variant python26 conflicts python27 description {Use python 2.6} {
Note: See TracChangeset for help on using the changeset viewer.