openbsd-ports/x11/xawtv/patches/patch-console_Subdir_mk
jakemsr 17fa2fb91c - ioctl commands are of type unsigned long, not int
- fill in missing ioctls xawtv might use in xioctl()
- link libossaudio into lib/xawtv/snd-oss.so
- install bin/record and bin/pia, since they are now working*
- sync patches a'la update-patches

*still a possible issue with SNDCTL_DSP_GETISPACE which should be
 fixed soon

"if it works please go ahead" robert@ (MAINTAINER)
2007-09-28 08:24:42 +00:00

15 lines
661 B
Plaintext

$OpenBSD: patch-console_Subdir_mk,v 1.2 2007/09/28 08:24:42 jakemsr Exp $
--- console/Subdir.mk.orig Fri Feb 14 06:14:04 2003
+++ console/Subdir.mk Thu Sep 27 15:37:48 2007
@@ -80,8 +80,9 @@ console/scantv : LDLIBS += $(THREAD_LIBS) $(VBI_LIB
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)