openbsd-ports/x11/xawtv/patches/patch-Makefile_in
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

13 lines
505 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2003/11/16 16:17:58 sturm Exp $
--- Makefile.in.orig 2003-04-16 17:57:43.000000000 +0200
+++ Makefile.in 2003-11-16 14:53:29.000000000 +0100
@@ -70,7 +70,7 @@ CFLAGS += $(WARN_FLAGS)
CFLAGS += $(LFS_FLAGS)
CFLAGS += $(X11_FLAGS)
CFLAGS += $(LIB_FLAGS)
-CFLAGS += -DCONFIGFILE='"$(config)"'
+CFLAGS += -DCONFIGFILE='"$(SYSCONFDIR)/xawtvrc"'
CFLAGS += -DLIBDIR='"$(libdir)"'
CFLAGS += -DDATADIR='"$(datadir)"'
CFLAGS += -DVERSION='"$(VERSION)"'