polynomial-c    15/08/04 07:58:55

  Added:                gmorgan-0.70-cxxflags.patch
  Removed:              gmorgan-amd64.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  Changes    Path
1.1                  media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gmorgan/files/gmorgan-0.70-cxxflags.patch?rev=1.1&content-type=text/plain

Index: gmorgan-0.70-cxxflags.patch
===================================================================
--- gmorgan-0.70/configure.in
+++ gmorgan-0.70/configure.in
@@ -15,7 +15,7 @@
 AC_CHECK_FUNCS([bzero memset select strdup])
 AM_GNU_GETTEXT([external])
 LIBS="`fltk-config --use-images --ldflags` -lasound"
-CXXFLAGS=" `fltk-config --use-images --cxxflags`"
+CXXFLAGS="${CXXFLAGS} `fltk-config --use-images --cxxflags`"
 AC_CHECK_HEADERS([unistd.h])
 AC_CHECK_HEADER(alsa/asoundlib.h, true, AC_MSG_ERROR([Alsa is required]))
 AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)




Reply via email to