From 553da917ee7fb060346b873cef3c5dd11a65748e Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 7 Aug 2007 19:33:54 +0000 Subject: [PATCH] patch to temporarily allow using deprecated GNOME stuff as we're still using that cruft. --- NetworkManager-0.6.5-deprecated.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NetworkManager-0.6.5-deprecated.patch diff --git a/NetworkManager-0.6.5-deprecated.patch b/NetworkManager-0.6.5-deprecated.patch new file mode 100644 index 0000000..ccbd913 --- /dev/null +++ b/NetworkManager-0.6.5-deprecated.patch @@ -0,0 +1,13 @@ +diff -up NetworkManager-0.6.5/gnome/vpn-properties/Makefile.in.deprecated NetworkManager-0.6.5/gnome/vpn-properties/Makefile.in +--- NetworkManager-0.6.5/gnome/vpn-properties/Makefile.in.deprecated 2007-08-07 15:18:50.000000000 -0400 ++++ NetworkManager-0.6.5/gnome/vpn-properties/Makefile.in 2007-08-07 15:19:19.000000000 -0400 +@@ -307,9 +307,6 @@ nm_vpn_properties_CFLAGS = \ + -DSYSCONFDIR=\"$(sysconfdir)\" \ + -DICONDIR=\""$(datadir)/icons"\" \ + -DGLADEDIR=\""$(gladedir)"\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGNOME_DISABLE_DEPRECATED \ + -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ + -DVERSION=\"$(VERSION)\" \ + $(NULL)