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

Collapse All | Expand All

(-)vlc-0.9.0-svn/configure.ac (-1 / +1 lines)
Lines 838-844 AC_CHECK_HEADERS(cthreads.h pthread.h ke Link Here
838
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
838
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
839
839
840
dnl Find where are the X headers and libraries
840
dnl Find where are the X headers and libraries
841
AC_PATH_XTRA()
841
AC_PATH_X()
842
842
843
dnl it seems that autoconf do the pkg-config detection only for the first PKG_CHECK_MODULES in the configure.ac ( which is logical) but in our case it is nested in a if so it was not working if you're not on linux or have disable hal.
843
dnl it seems that autoconf do the pkg-config detection only for the first PKG_CHECK_MODULES in the configure.ac ( which is logical) but in our case it is nested in a if so it was not working if you're not on linux or have disable hal.
844
844
(-)vlc-0.9.0-svn/modules/genmf (-1 / +1 lines)
Lines 46-52 EXTRA_LTLIBRARIES = ${extra_ltlibs} Link Here
46
include Modules.am
46
include Modules.am
47
47
48
if HAVE_PLUGINS
48
if HAVE_PLUGINS
49
LTLIBVLC = -L\$(top_builddir)/src -lvlc
49
LTLIBVLC = \$(top_builddir)/src/libvlc.la
50
50
51
AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
51
AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\
52
	-module -no-undefined -shrext \$(LIBEXT) 
52
	-module -no-undefined -shrext \$(LIBEXT) 

Return to bug 157746