17fa2fb91c
- 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)
14 lines
535 B
Plaintext
14 lines
535 B
Plaintext
$OpenBSD: patch-libng_plugins_Subdir_mk,v 1.1 2007/09/28 08:24:42 jakemsr Exp $
|
|
--- libng/plugins/Subdir.mk.orig Thu Sep 27 16:48:48 2007
|
|
+++ libng/plugins/Subdir.mk Thu Sep 27 16:50:10 2007
|
|
@@ -41,6 +41,9 @@ libng/plugins/read-qt.so : LDLIBS := $(QT_LIBS)
|
|
libng/plugins/write-qt.so : LDLIBS := $(QT_LIBS)
|
|
libng/plugins/read-dv.so : LDLIBS := $(DV_LIBS)
|
|
libng/plugins/write-dv.so : LDLIBS := $(DV_LIBS)
|
|
+ifeq ($(FOUND_OS),bsd)
|
|
+libng/plugins/snd-oss.so : LDLIBS := -lossaudio
|
|
+endif
|
|
|
|
# global targets
|
|
all:: $(TARGETS-plugins)
|