freebsd-ports/multimedia/libdvdnav/files/patch-example:Makefile.in
Joe Marcus Clarke 110caf97e1 Update to 0.1.9.
Submitted by:	Simon Barner <barner@in.tum.de>
		maintainer
Approved by:	maintainer
2004-02-19 18:19:44 +00:00

11 lines
355 B
Text

--- examples/Makefile.in.orig Tue May 20 23:20:12 2003
+++ examples/Makefile.in Thu Feb 12 20:44:41 2004
@@ -151,7 +151,7 @@
noinst_PROGRAMS = menus
menus_SOURCES = menus.c
-menus_LDFLAGS = -L$(top_srcdir)/src/
+menus_LDFLAGS = -L$(top_srcdir)/src/ $(THREAD_LIBS)
menus_LDADD = $(DVDNAV_LIB)
subdir = examples
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4