Codebase list ember / 8b1bad3
debian/patches/0015-verbose-configure-errors.patch: new Stephen M. Webb 10 years ago
3 changed file(s) with 37 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2222 upstream)
2323 * debian/patches/0014-add-missing-ogrelodstrategy.patch: new
2424 * debian/control: fixed Vcs-Browser URL
25 * debian/patches/0015-verbose-configure-errors.patch: new
2526
26 -- Stephen M. Webb <stephen.webb@bregmasoft.ca> Wed, 19 Jun 2013 22:26:48 -0400
27 -- Stephen M. Webb <stephen.webb@bregmasoft.ca> Mon, 05 Aug 2013 09:30:17 -0400
2728
2829 ember (0.6.2+dfsg-2) unstable; urgency=low
2930
0 Description: fix syntax of code in configure.ac test
1 Author: Stephen M. Webb <stephen.webb@bregmasoft.ca>
2
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -142,10 +142,6 @@
6 AM_CONDITIONAL([WIN32], [test x$WIN32 = xtrue])
7 AM_CONDITIONAL([OSX], [test x$OSX = xtrue])
8
9 -
10 -LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
11 -CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
12 -
13 LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
14 CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
15
16 @@ -308,7 +304,7 @@
17 #if OGRE_NO_FREEIMAGE == 0
18 // OGRE is built with FreeImage
19 #else
20 -# OGRE is not built with FreeImage
21 +# error OGRE is not built with FreeImage
22 #endif
23 ]])],
24 [], [AC_MSG_ERROR([[You must build Ogre with FreeImage support. You cannot use DevIL, as that's not thread safe.]])])
25 @@ -322,7 +318,7 @@
26 #if OGRE_DOUBLE_PRECISION == 0
27 // OGRE is built with single precision
28 #else
29 -# OGRE is built with double precision
30 +# error OGRE is built with double precision
31 #endif
32 ]])],
33 [],[REAL_TYPE="double"])
00 0004-domain-bindings-lua-makefile.patch
11 0007-revert-libwfut-version.patch
22 0014-add-missing-ogrelodstrategy.patch
3 0015-verbose-configure-errors.patch