File: remove-deprecated-GNOME2-variable.patch

package info (click to toggle)
gamazons 0.83-13
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,392 kB
  • sloc: ansic: 5,199; sh: 673; makefile: 109
file content (19 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Markus Koschany <apo@debian.org>
Date: Sun, 25 Jun 2017 22:05:17 +0200
Subject: remove deprecated GNOME2 variable

Bug-Debian: https://bugs.debian.org/829984
Forwarded: no
---
 autogen.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index df6b078..8f7c4bf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,4 +16,3 @@ which gnome-autogen.sh || {
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1
 }
-USE_GNOME2_MACROS=1 . gnome-autogen.sh