diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-23 07:57:56 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-23 07:58:01 +0000 |
| commit | a3d88a3edf3383cf4ee6096c4da3ecbb5333a08d (patch) | |
| tree | 3a3964ae0bc3f5cda5abf4fb2723faef216b045c /testing/subtitleeditor/04-remove-deprecated-variable.patch | |
| parent | 913ab399a3758b18030f549fce9c96e530678b4b (diff) | |
| download | aports-a3d88a3edf3383cf4ee6096c4da3ecbb5333a08d.tar.bz2 aports-a3d88a3edf3383cf4ee6096c4da3ecbb5333a08d.tar.xz | |
testing/subtitleeditor: new aport
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" |
