Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301773 | Differences between
and this patch

Collapse All | Expand All

(-)transmission-1.83.old/configure.ac (-1 / +1 lines)
Lines 190-196 Link Here
190
dnl build our copy of libevent whether we use it or not,
190
dnl build our copy of libevent whether we use it or not,
191
dnl because "make dist" needs its Makefiles to exist, and
191
dnl because "make dist" needs its Makefiles to exist, and
192
dnl AM_CONDITIONAL + AC_CONFIG_SUBDIRS don't seem to play nice
192
dnl AM_CONDITIONAL + AC_CONFIG_SUBDIRS don't seem to play nice
193
AC_CONFIG_SUBDIRS([third-party/libevent])
193
dnl AC_CONFIG_SUBDIRS([third-party/libevent])
194
libevent_source=bundled
194
libevent_source=bundled
195
AC_CHECK_LIB([event],[evutil_vsnprintf],
195
AC_CHECK_LIB([event],[evutil_vsnprintf],
196
             [libevent_found=yes],
196
             [libevent_found=yes],
(-)transmission-1.83.old/third-party/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
SUBDIRS = libnatpmp miniupnp libevent dht
1
SUBDIRS = libnatpmp miniupnp dht
2
2
3
EXTRA_DIST = \
3
EXTRA_DIST = \
4
  macosx-libevent-config.h \
4
  macosx-libevent-config.h \

Return to bug 301773