Ticket #27108: pidgin.diff
File pidgin.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
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
25 25 26 26 use_bzip2 yes 27 27 28 depends_build port:libtool \ 28 use_autoreconf yes 29 30 depends_build-append port:libtool \ 29 31 port:pkgconfig 30 32 31 33 depends_lib port:audiofile \ … … 43 45 # nss is not universal 44 46 universal_variant no 45 47 48 patchfiles patch-configure.ac.diff 49 46 50 configure.args --disable-avahi \ 47 51 --disable-consoleui \ 48 52 --disable-gstreamer \