Ticket #27108: pidgin.diff

File pidgin.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • files/patch-configure.ac.diff

     
     1--- configure.ac.orig   2010-10-20 10:49:37.000000000 -0500
     2+++ configure.ac        2010-11-02 05:56:41.000000000 -0500
     3@@ -286,14 +286,6 @@
     4                        ], [])
     5                ], [])
     6 
     7-               AC_MSG_CHECKING([for fink])
     8-               if test -d /sw; then
     9-                       AC_MSG_RESULT([found, adding /sw to search paths])
     10-                       CPPFLAGS="$CPPFLAGS -I/sw/include"
     11-                       LDFLAGS="$LDFLAGS -L/sw/lib"
     12-               else
     13-                       AC_MSG_RESULT([not found])
     14-               fi
     15                ;;
     16        *)
     17                ;;
  • Portfile

     
    2525
    2626use_bzip2           yes
    2727
    28 depends_build       port:libtool \
     28use_autoreconf      yes
     29
     30depends_build-append port:libtool \
    2931                    port:pkgconfig
    3032
    3133depends_lib         port:audiofile \
     
    4345# nss is not universal
    4446universal_variant   no
    4547
     48patchfiles          patch-configure.ac.diff
     49
    4650configure.args      --disable-avahi \
    4751                    --disable-consoleui \
    4852                    --disable-gstreamer \