aboutsummaryrefslogtreecommitdiffstats
path: root/testing/subtitleeditor/04-remove-deprecated-variable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/subtitleeditor/04-remove-deprecated-variable.patch')
-rw-r--r--testing/subtitleeditor/04-remove-deprecated-variable.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/subtitleeditor/04-remove-deprecated-variable.patch b/testing/subtitleeditor/04-remove-deprecated-variable.patch
deleted file mode 100644
index 6ede1f8a7b..0000000000
--- a/testing/subtitleeditor/04-remove-deprecated-variable.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Author: kitone <kitone@gna.org>
-Description: Remove deprecated gnome-common variable GNOME2_DIR
-Last-update: 2016-11-09
---- trunk/autogen.sh
-+++ trunk/autogen.sh
-@@ -5,14 +5,6 @@
-
- DIE=0
-
--if [ -n "$GNOME2_DIR" ]; then
-- ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
-- LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH"
-- PATH="$GNOME2_DIR/bin:$PATH"
-- export PATH
-- export LD_LIBRARY_PATH
--fi
--
- (test -f $srcdir/configure.ac) || {
- echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level package directory"