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) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name wesnoth 6 version 1.8. 46 version 1.8.5 7 7 categories games 8 8 platforms darwin 9 9 maintainers nodetwo.com:jordan … … 24 24 levels, and are carried over from one scenario to the \ 25 25 next campaign. 26 26 27 checksums sha1 30b82e06523f9a82b770a6fc4e2d4251bd358eca\28 rmd160 86b6f6ca39cf87134d89e989ed20840836aeac2827 checksums sha1 22c6cc10dc7172daf636158dba0acac35f538597 \ 28 rmd160 c2a6a9f094b862ef274838fd062c5d961f97c261 29 29 30 30 depends_lib port:xorg-libX11 \ 31 31 port:boost \ … … 43 43 port:gettext \ 44 44 port:zlib 45 45 46 patchfiles patch-configure.ac.diff \ 47 patch-m4-boost.m4.diff 46 patchfiles patch-m4-boost.m4.diff 48 47 49 48 use_autoreconf yes 50 49 -
files/patch-configure.ac.diff
1 https://gna.org/bugs/?166962 --- configure.ac.orig 2010-08-08 10:53:09.000000000 -05003 +++ configure.ac 2010-09-14 15:16:43.000000000 -05004 @@ -114,14 +114,8 @@5 CXXFLAGS="-Werror -Wno-unused-parameter -Wno-strict-aliasing $CXXFLAGS"6 fi7 8 -# Make tests default in svn version9 -svn_in_version=`expr match "$WESNOTH_VERSION" '.*svn'`10 -test_build=yes11 -if test $svn_in_version = 012 -then13 #disabling building tests for release version14 test_build=no15 -fi16 17 AC_ARG_ENABLE([tests],18 AS_HELP_STRING([--enable-tests], [build unit tests]),