Ticket #46850: configure-pixmap-fix.diff
File configure-pixmap-fix.diff, 690 bytes (added by ewen-naos-nz (Ewen McNeill), 10 years ago) |
---|
-
configure
old new 31054 31054 if test "$have_gtk" = "yes" ; then 31055 31055 # If we have GTK then add flags for it. 31056 31056 31057 CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS" 31057 # 2015-03-04 - disabled to fix SegFault, see 31058 # https://trac.macports.org/ticket/46850 31059 # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195980#c45 31060 #CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS" 31058 31061 CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS" 31059 31062 if test \( $gtk_config_major_version -eq 3 -a $gtk_config_minor_version -ge 10 \) ; then 31060 31063 ## Allow use of deprecated & disable deprecated warnings if Gtk >= 3.10;