[Lunar-commits] <moonbase-kde> clementine: Adding -DBUILD_WERROR=OFF to the BUILD so make does not tank on;

stumbles stumbles at lunar-linux.org
Thu Aug 1 16:45:33 CEST 2013


commit 6f15d00b9421f2a02489bae415aae116921545fd
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 01 Aug 2013 07:44:32 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/6f15d00b9421f2a02489bae415aae116921545fd

clementine: Adding -DBUILD_WERROR=OFF to the BUILD so make does not tank on;

error: 'void g_type_init()' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:669)
---
  qt4-apps/clementine/BUILD | +2/-3     
  1 file changed, 2 insertions(+), 3 deletions(-)

--- a/qt4-apps/clementine/BUILD
+++ b/qt4-apps/clementine/BUILD
@@ -1,7 +1,6 @@
-(
+
+  OPTS+=" -DBUILD_WERROR=OFF" &&
 
   source /etc/profile.d/qt4.rc &&
 
   default_cmake_build
-
-) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list