aboutsummaryrefslogtreecommitdiffstats
path: root/testing/subtitleeditor/04-remove-deprecated-variable.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-03-23 07:57:56 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-03-23 07:58:01 +0000
commita3d88a3edf3383cf4ee6096c4da3ecbb5333a08d (patch)
tree3a3964ae0bc3f5cda5abf4fb2723faef216b045c /testing/subtitleeditor/04-remove-deprecated-variable.patch
parent913ab399a3758b18030f549fce9c96e530678b4b (diff)
downloadaports-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.patch20
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"