[Pkg-utopia-commits] r3599 - in /packages/unstable/avahi/debian: changelog patches/02_have_gtk2_build_fix.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 7 18:18:14 UTC 2010


Author: biebl
Date: Wed Jul  7 18:18:00 2010
New Revision: 3599

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3599
Log:
* debian/patches/02_have_gtk2_build_fix.patch
  - Fix build for systems that have gtk2 but no gtk3.

Added:
    packages/unstable/avahi/debian/patches/02_have_gtk2_build_fix.patch
Modified:
    packages/unstable/avahi/debian/changelog
    packages/unstable/avahi/debian/patches/series

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=3599&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Wed Jul  7 18:18:00 2010
@@ -7,6 +7,8 @@
     - debian/patches/20_avahi-daemon_kfreebsd.patch
     - debian/patches/25_check_net_if_dl_h_for_pfroute.patch
     - debian/patches/30_dont_reflect_link-local_addresses.patch
+  * debian/patches/02_have_gtk2_build_fix.patch
+    - Fix build for systems that have gtk2 but no gtk3.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 30 Jun 2010 02:47:56 +0200
 

Added: packages/unstable/avahi/debian/patches/02_have_gtk2_build_fix.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/02_have_gtk2_build_fix.patch?rev=3599&op=file
==============================================================================
--- packages/unstable/avahi/debian/patches/02_have_gtk2_build_fix.patch (added)
+++ packages/unstable/avahi/debian/patches/02_have_gtk2_build_fix.patch Wed Jul  7 18:18:00 2010
@@ -1,0 +1,13 @@
+Index: b/configure.ac
+===================================================================
+--- a/configure.ac	2010-06-29 02:30:32.000000000 +0200
++++ b/configure.ac	2010-06-29 19:00:19.158998021 +0200
+@@ -564,7 +564,7 @@
+ fi
+ AM_CONDITIONAL(HAVE_GTK3, test "x$HAVE_GTK3" = "xyes")
+ 
+-AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK2" = "xyes" )
++AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK" = "xyes" )
+ 
+ #
+ # D-Bus

Modified: packages/unstable/avahi/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/series?rev=3599&op=diff
==============================================================================
--- packages/unstable/avahi/debian/patches/series (original)
+++ packages/unstable/avahi/debian/patches/series Wed Jul  7 18:18:00 2010
@@ -1,4 +1,5 @@
 # Debian patches for Avahi
 01_avahi-daemon.conf.patch
+02_have_gtk2_build_fix.patch
 26_am_maintainer_mode.patch
 99_autoreconf.patch




More information about the Pkg-utopia-commits mailing list