- 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)
11 lines
297 B
Text
11 lines
297 B
Text
--- plugins/sound_esd/Makefile.orig Thu Apr 6 16:47:13 2006
|
|
+++ plugins/sound_esd/Makefile Thu Apr 6 16:50:52 2006
|
|
@@ -4,7 +4,7 @@
|
|
|
|
PLUGIN_NAME = esd
|
|
PLUGIN_FAMILY = device/sound
|
|
-PLUGIN_LIBS =
|
|
+PLUGIN_LIBS = $(LDFLAGS) -lesd
|
|
PLUGIN_SOURCES = sound_esd.cxx
|
|
|
|
include ../../make/plugins.mak
|