Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37479163
en ru br
ALT Linux repositórios
5.0: 0.3.6-alt1
4.1: 0.3.6-alt1
4.0: 0.3.6-alt1
3.0: 0.3.6-alt1

Group :: Som
RPM: xmms-alarm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xmms-alarm-configure.patch
Download


--- xmms-alarm-0.3.0-pre2/configure.in_old	Wed Jun 27 21:34:32 2001
+++ xmms-alarm-0.3.0-pre2/configure.in	Wed Jun 27 21:34:40 2001
@@ -13,7 +13,7 @@
 AC_PROG_CC
 AM_PROG_LIBTOOL
 
-CFLAGS="-I../include"
+CFLAGS="$CFLAGS -I../include"
 
 AC_PATH_PROG(XMMS_CONFIG,xmms-config,no)
 if test "x$XMMS_PATH" = "xno"; then
@@ -54,11 +54,11 @@
 PLUGIN_DIR="`$XMMS_CONFIG --general-plugin-dir`"
 AC_SUBST(PLUGIN_DIR)
 
-XMMS_CFLAGS="$CFLAGS `$XMMS_CONFIG --cflags`"
+XMMS_CFLAGS="`$XMMS_CONFIG --cflags`"
 AC_SUBST(XMMS_CFLAGS)
 
 if test "x$CC" = "xgcc"; then
-	CFLAGS="-Wall $CFLAGS"
+	CFLAGS="$CFLAGS"
 fi
 
 XMMS_LIBS="`$XMMS_CONFIG --libs`"
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009