freebsd-ports/devel/pwlib/files/patch-plugins-vidinput_dc-Makefile.in
Pav Lucistnik 9b586f478b - Use a better way to detect SDL header
- Add WITH_ESOUND knob and enable the plugin build
- Fix bsdvideo (bktr(4)) plugin and make it buildable on more archs
- Add a small error handler to detect unresolved symbols in plugins
- Add more plugins to pkg-plist
- Add experimental support for firewire(4) based video devices.
  The segment of the Makefile is intentionally commented out.

PR:		ports/95422, ports/96624
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>,
		Steve Ames <steve@energistic.com> (maintainer)
Approved by:	Steve Ames <steve@energistic.com> (maintainer)
2006-05-07 13:02:10 +00:00

11 lines
363 B
Text

--- plugins/vidinput_dc/Makefile.in.orig Thu Apr 6 17:01:27 2006
+++ plugins/vidinput_dc/Makefile.in Thu Apr 6 17:01:38 2006
@@ -4,7 +4,7 @@
PLUGIN_NAME = dc
PLUGIN_FAMILY = device/videoinput
-PLUGIN_LIBS = -lraw1394 -ldv -ldc1394_control
+PLUGIN_LIBS = $(LDFLAGS) -lraw1394 -ldv -ldc1394_control
PLUGIN_SOURCES = video4dc1394.cxx
CFLAGS = @DC_CFLAGS@