freebsd-ports/multimedia/camserv/files/patch-ad
Clement Laforet 47038d6cde - Update to 0.5.1
- Pass maintainership to submitter
- Compile on all architectures, camserv can be used as relay station
- Package the bttv-module only when ioctl_bt848.h is present
- Catch up with new location of ioctl_bt848.h on -CURRENT

PR:             64482
Submitted by:   Ulrich Spoerlein <q@uni.de>
2004-03-22 21:00:51 +00:00

29 lines
841 B
Text

--- Makefile.in.orig Mon Sep 16 00:28:04 2002
+++ Makefile.in Fri Mar 19 19:35:48 2004
@@ -99,15 +99,14 @@
install_sh = @install_sh@
@VALID_VIDEO_TRUE@camserv_subdir = camserv
-SUBDIRS = libltdl \
- common \
+SUBDIRS = common \
${camserv_subdir} \
include \
macros \
relay
-data_DATA = camserv.cfg defpage.html
+data_DATA = camserv.cfg.dist defpage.html
EXTRA_DIST = camserv.cfg.in javascript.txt BUGS camserv.spec defpage.html
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -463,7 +462,7 @@
uninstall-info-recursive uninstall-recursive
-camserv.cfg: camserv.cfg.in
+camserv.cfg.dist: camserv.cfg.in
@sed -e s%CAMSERV_MODDIR%$(CAMSERV_MODDIR)%g < camserv.cfg.in > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.