Ticket #26741: wesnoth-1.8.5.diff

File wesnoth-1.8.5.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • Portfile

     
    33PortSystem              1.0
    44
    55name                    wesnoth
    6 version                 1.8.4
     6version                 1.8.5
    77categories              games
    88platforms               darwin
    99maintainers             nodetwo.com:jordan
     
    2424                        levels, and are carried over from one scenario to the \
    2525                        next campaign.
    2626
    27 checksums               sha1    30b82e06523f9a82b770a6fc4e2d4251bd358eca \
    28                         rmd160  86b6f6ca39cf87134d89e989ed20840836aeac28
     27checksums               sha1    22c6cc10dc7172daf636158dba0acac35f538597 \
     28                        rmd160  c2a6a9f094b862ef274838fd062c5d961f97c261
    2929
    3030depends_lib             port:xorg-libX11 \
    3131                        port:boost \
     
    4343                        port:gettext \
    4444                        port:zlib
    4545
    46 patchfiles              patch-configure.ac.diff \
    47                         patch-m4-boost.m4.diff
     46patchfiles              patch-m4-boost.m4.diff
    4847
    4948use_autoreconf          yes
    5049
  • files/patch-configure.ac.diff

     
    1 https://gna.org/bugs/?16696
    2 --- configure.ac.orig   2010-08-08 10:53:09.000000000 -0500
    3 +++ configure.ac        2010-09-14 15:16:43.000000000 -0500
    4 @@ -114,14 +114,8 @@
    5         CXXFLAGS="-Werror -Wno-unused-parameter -Wno-strict-aliasing $CXXFLAGS"
    6  fi
    7  
    8 -# Make tests default in svn version
    9 -svn_in_version=`expr match "$WESNOTH_VERSION" '.*svn'`
    10 -test_build=yes
    11 -if test $svn_in_version = 0
    12 -then
    13         #disabling building tests for release version
    14         test_build=no
    15 -fi
    16  
    17  AC_ARG_ENABLE([tests],
    18                       AS_HELP_STRING([--enable-tests], [build unit tests]),