Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 489188 | Differences between
and this patch

Collapse All | Expand All

(-)smc-1.9.orig/configure.ac (+8 lines)
Lines 12-17 Link Here
12
### Check for libraries ###
12
### Check for libraries ###
13
13
14
# Check for the Boost Filesystem library
14
# Check for the Boost Filesystem library
15
AC_CHECK_LIB(boost_system, main, ,
16
	AC_MSG_ERROR([Unable to find Boost System library]))
17
18
# Check for the Boost Filesystem library
15
AC_CHECK_LIB(boost_filesystem, main, ,
19
AC_CHECK_LIB(boost_filesystem, main, ,
16
	AC_MSG_ERROR([Unable to find Boost Filesystem library]))
20
	AC_MSG_ERROR([Unable to find Boost Filesystem library]))
17
21
Lines 36-41 Link Here
36
CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
40
CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
37
LIBS="$LIBS $SDL_LIBS"
41
LIBS="$LIBS $SDL_LIBS"
38
42
43
# Check for the X11 library
44
AC_CHECK_LIB(X11, XOpenDisplay, ,
45
	AC_MSG_ERROR([X11 library not found]))
46
39
# Check for the libpng library
47
# Check for the libpng library
40
AC_CHECK_LIB(png, png_init_io, ,
48
AC_CHECK_LIB(png, png_init_io, ,
41
	AC_MSG_ERROR([libpng library not found]))
49
	AC_MSG_ERROR([libpng library not found]))

Return to bug 489188