openbsd-ports/multimedia/xine-lib/patches/patch-src_xine-engine_Makefile_in
ajacoutot 63ffe4f28f - Remove patching to configure to disable execinfo.h check and disable
it from CONFIGURE_ENV instead
- Enable the use of the linker -z,defs option after the -pthread change
- Resync patches

from Brad (maintainer)
2012-08-28 05:54:05 +00:00

13 lines
689 B
Plaintext

$OpenBSD: patch-src_xine-engine_Makefile_in,v 1.14 2012/08/28 05:54:05 ajacoutot Exp $
--- src/xine-engine/Makefile.in.orig Sat Jun 9 12:54:45 2012
+++ src/xine-engine/Makefile.in Mon Aug 27 19:30:08 2012
@@ -477,7 +477,7 @@ libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) \
libxine_la_LIBADD = $(PTHREAD_LIBS) $(DYNAMIC_LD_LIBS) $(LTLIBINTL) $(ZLIB_LIBS) \
-lm $(XINEUTILS_LIB) $(LTLIBICONV) $(FT2_LIBS) $(FONTCONFIG_LIBS) \
- $(LIBXINEPOSIX) $(RT_LIBS) $(NET_LIBS)
+ $(LIBXINEPOSIX) $(RT_LIBS) $(NET_LIBS) $(EXTRA_X_LIBS)
libxine_la_LDFLAGS = $(LDFLAGS_NOUNDEFINED) \
-version-info $(XINE_LT_CURRENT):$(XINE_LT_REVISION):$(XINE_LT_AGE) \