Bug#493359: brasero: FTBFS on GNU/kFreeBSD (needs packaging changes only)

Loïc Minier lool at dooz.org
Sun Aug 3 11:12:01 UTC 2008


On Sat, Aug 02, 2008, Petr Salinger wrote:
> +ifeq ($(DEB_BUILD_ARCH_OS), linux)
>  DEB_CONFIGURE_EXTRA_FLAGS += \
>  	--disable-libburnia
> -
> +else
> +DEB_CONFIGURE_EXTRA_FLAGS += \
> +	--disable-libburnia --disable-inotify
> +endif

 Changed to:
+ifneq ($(DEB_BUILD_ARCH_OS), linux)
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-inotify
+endif
+

 Could you clarify whether libcam-dev is useful on hurd?  I might list
 it in control as well in this case.

   Thanks,
-- 
Loïc Minier






More information about the pkg-gnome-maintainers mailing list