diff options
Diffstat (limited to 'testing/subtitleeditor/04-remove-deprecated-variable.patch')
| -rw-r--r-- | testing/subtitleeditor/04-remove-deprecated-variable.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/subtitleeditor/04-remove-deprecated-variable.patch b/testing/subtitleeditor/04-remove-deprecated-variable.patch new file mode 100644 index 0000000000..6ede1f8a7b --- /dev/null +++ b/testing/subtitleeditor/04-remove-deprecated-variable.patch @@ -0,0 +1,20 @@ +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" |
