Edit

IABSD.fr/ports/net/pidgin-sipe/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:45:43
    Hash : 3f5796b9
    Message : drop RCS Ids

  • patch-configure
  • Fix build with glib2 >= 2.62
    sipe-utils.c:304:3: error: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Werror,-Wdeprecated-declarations]
                    GTimeVal currtime;
    
    Index: configure
    --- configure.orig
    +++ configure
    @@ -13120,7 +13120,7 @@ fi
     
     
     if test "x$enable_quality_check" = xyes; then :
    -           QUALITY_CFLAGS="$QUALITY_CFLAGS -Werror -Wall"
    +           QUALITY_CFLAGS="$QUALITY_CFLAGS -Wall"
     
     	 	 	 for newflag in \
     			"-Wextra" \