diff options
author | Fneufneu <fneufneu@xbmc.org> | 2011-02-04 15:57:11 +0100 |
---|---|---|
committer | Fneufneu <fneufneu@xbmc.org> | 2012-05-07 09:33:51 +0200 |
commit | 6af9f83f9b090589618a7062e0834533640ad4a8 (patch) | |
tree | ede25c563277148372bb0fbdbb029802d5318de5 /configure.in | |
parent | 99f2af2ac6a2d77fb662c95089b6167daf90ea8e (diff) |
rsxs configure does not detect stdbool.h on FreeBSD
so just remove included stdbool.h after
ugly and fast
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ccbdfe1f6e..f5fcf5cf8d 100755 --- a/configure.in +++ b/configure.in @@ -2269,6 +2269,9 @@ XB_CONFIG_MODULE([xbmc/screensavers/rsxs-0.9/], [ --disable-hyperspace \ --disable-lattice \ --disable-skyrocket + if echo "$ARCH" | grep -q freebsd ; then + sed -i.back "s;\(STDBOOL_H = \)stdbool.h;\1;" lib/Makefile + fi ], [$DISABLE_RSXS]) XB_CONFIG_MODULE([lib/libapetag], [ |