/[gentoo-x86]/media-sound/gmorgan/files/gmorgan-cflags.patch
Gentoo

Contents of /media-sound/gmorgan/files/gmorgan-cflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu May 26 14:42:32 2011 UTC (23 months, 3 weeks ago) by aballier
Branch: MAIN
CVS Tags: HEAD
version bump

(Portage version: 2.2.0_alpha36/cvs/Linux x86_64)

1 aballier 1.1 Index: gmorgan_0.39/configure.in
2     ===================================================================
3     --- gmorgan_0.39.orig/configure.in
4     +++ gmorgan_0.39/configure.in
5     @@ -15,7 +15,7 @@ AC_FUNC_SELECT_ARGTYPES
6     AC_CHECK_FUNCS([bzero memset select strdup])
7     AM_GNU_GETTEXT([external])
8     LIBS="`fltk-config --use-images --ldflags` -lasound"
9     -CXXFLAGS="`fltk-config --use-images --cxxflags`"
10     +CXXFLAGS="${CXXFLAGS} `fltk-config --use-images --cxxflags`"
11     AC_CHECK_HEADERS([unistd.h])
12     AC_CHECK_HEADER(alsa/asoundlib.h, true, AC_MSG_ERROR([Alsa is required]))
13     AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)

  ViewVC Help
Powered by ViewVC 1.1.13