openbsd-ports/x11/xawtv/patches/patch-console_Subdir_mk
sturm 6d218429c5 Initial import of xawtv 3.90
This is a _simple_ xaw-based TV Program which uses the bttv driver.

WWW: http://bytesex.org/xawtv/

from Robert Nagy <thuglife at bsd dot hu>
2003-11-16 16:17:58 +00:00

15 lines
671 B
Plaintext

$OpenBSD: patch-console_Subdir_mk,v 1.1.1.1 2003/11/16 16:17:58 sturm Exp $
--- console/Subdir.mk.orig 2003-02-14 15:13:42.000000000 +0100
+++ console/Subdir.mk 2003-11-16 14:53:30.000000000 +0100
@@ -80,8 +80,9 @@ console/scantv : LDLIBS += $(THREAD_L
console/streamer : LDLIBS += $(THREAD_LIBS) -ljpeg -lm
console/webcam : LDLIBS += $(THREAD_LIBS) -ljpeg -lm
console/radio : LDLIBS += $(CURSES_LIBS)
-console/record : LDLIBS += $(CURSES_LIBS)
+console/record : LDLIBS += $(CURSES_LIBS) $(OSS_LIBS)
console/v4l-conf : LDLIBS += $(ATHENA_LIBS)
+console/dump-mixers : LDLIBS += $(OSS_LIBS)
# linker flags
console/fbtv : LDFLAGS := $(DLFLAGS)