openbsd-ports/graphics/libvidcap/patches/patch-examples_Makefile_in
sthen 47c4a35e5f import ports/graphics/libvidcap, from Sebastian Reitenbach
libvidcap is a cross-platform library for capturing 
video from webcams and other video capture devices.
2010-06-06 13:43:19 +00:00

13 lines
556 B
Plaintext

$OpenBSD: patch-examples_Makefile_in,v 1.1.1.1 2010/06/06 13:43:19 sthen Exp $
--- examples/Makefile.in.orig Fri Apr 4 17:22:20 2008
+++ examples/Makefile.in Wed May 19 17:23:22 2010
@@ -195,7 +195,7 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS = -Wall -Wextra -Wno-unused-parameter
+AM_CFLAGS = -Wall
simplegrab_LDADD = $(PTHREAD_LIBS) $(top_builddir)/src/libvidcap.la
simplegrab_CFLAGS = $(PTHREAD_CFLAGS)
AM_LDFLAGS = $(PTHREAD_CFLAGS) $(am__append_1)