~ubuntu-branches/debian/stretch/sensors-applet/stretch

« back to all changes in this revision

Viewing changes to debian/patches/enable-deprecated.patch

  • Committer: Package Import Robot
  • Author(s): Sam Morris
  • Date: 2014-03-17 19:36:59 UTC
  • Revision ID: package-import@ubuntu.com-20140317193659-5n33dwzq3if5ct17
Tags: 3.0.0+git4-4
enable-deprecated.patch: avoid removing AC_SUBST(CFLAGS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- a/configure.ac
2
2
+++ b/configure.ac
3
 
@@ -28,8 +28,8 @@
 
3
@@ -28,7 +28,6 @@
4
4
 AC_PROG_INTLTOOL
5
5
 
6
6
 # ========== export compiler / linker options ======== #
7
7
-CFLAGS+=" -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED"
8
 
-AC_SUBST(CFLAGS)
9
 
+#CFLAGS+=" -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED"
10
 
+#AC_SUBST(CFLAGS)
 
8
 AC_SUBST(CFLAGS)
11
9
 AC_SUBST(CPPFLAGS)
12
10
 AC_SUBST(LDFLAGS)
13
 
 AC_SUBST(LIBS)