[releng] sample-tarball.jhbuildrc: Drop workarounds



commit 6271e747f1643dad0e94dfcf94adfa911c6d6556
Author: Colin Walters <walters verbum org>
Date:   Sat Jul 30 12:51:36 2011 -0400

    sample-tarball.jhbuildrc: Drop workarounds
    
    These should be in the MAIN modulesets.  Don't duplicate this stuff
    here.

 tools/smoketesting/sample-tarball.jhbuildrc |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index 783c6a0..3e81058 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -34,24 +34,6 @@ autogenargs='--disable-static --disable-gtk-doc'
 tarballdir = os.path.join(checkoutroot, 'pkgs')
 
 
-########## Workarounds ##########
-
-# Totem seems to stupidly try to install its plugin under /usr even if that's
-# not $PREFIX.  So, we'll disable the mozilla plugin.  Those wanting to build
-# it can remove this module_autogenargs comamnd and run
-#   chmod a+w /usr/lib/mozilla-1.7.12/plugins
-# before the build.  When the build is finished, you can run
-#   chmod a-w /usr/lib/mozilla-1.7.12/plugins
-# to set things back to normal.
-module_autogenargs['totem'] = autogenargs + '--disable-mozilla'
-
-# Some modules didn't do a new release after some glib GAtomic changes
-module_makeargs['gnome-shell'] = makeargs + 'CFLAGS+="-UG_DISABLE_DEPRECATED"'
-module_makeargs['network-manager-applet'] = makeargs + 'CFLAGS+="-UG_DISABLE_DEPRECATED"'
-
-# I needed to add this in order to compile in my machine
-module_autogenargs['gmp'] = autogenargs + ' ABI=32'
-
 # For those that don't have SDL installed and don't have a webcam, uncomment
 # the following line to skip building ekiga
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]