summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/glib2/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-libs/glib2/PRE_BUILD')
-rwxr-xr-xgnome2-libs/glib2/PRE_BUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnome2-libs/glib2/PRE_BUILD b/gnome2-libs/glib2/PRE_BUILD
deleted file mode 100755
index 3106958251..0000000000
--- a/gnome2-libs/glib2/PRE_BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-if is_depends_enabled $SPELL python3; then
- message "patching for python3" &&
- xzcat $SPELL_DIRECTORY/py3.patch.xz |patch -p1
-elif is_depends_enabled $SPELL python; then
- message "not patching for python3"
-else
- find . -name 'Makefile*' -exec sed -i -e '/^SUBDIRS =/,/[^\]$/ {;s, tests,,g;s, gdbus-2.0/codegen,,g;}' {} +
-fi