View | Details | Raw Unified | Return to bug 35736
Collapse All | Expand All

(-)/usr/ports/graphics/xawtv/Makefile (-1 / +8 lines)
Lines 36-41 Link Here
36
MAN5=		xawtvrc.5
36
MAN5=		xawtvrc.5
37
MAN8=		v4l-conf.8
37
MAN8=		v4l-conf.8
38
38
39
.include <bsd.port.pre.mk>
40
41
.if ${XFREE86_VERSION} == 4
42
BUILD_DEPENDS=  bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
43
RUN_DEPENDS=    mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
44
.endif
45
39
PLIST_SUB+=	X11PREFIX=${X11BASE}
46
PLIST_SUB+=	X11PREFIX=${X11BASE}
40
47
41
post-patch:
48
post-patch:
Lines 51-54 Link Here
51
	${PERL} -pi -e "s|^CFLAGS=|CFLAGS+=|g" ${WRKSRC}/$i/Makefile
58
	${PERL} -pi -e "s|^CFLAGS=|CFLAGS+=|g" ${WRKSRC}/$i/Makefile
52
.endfor
59
.endfor
53
60
54
.include <bsd.port.mk>
61
.include <bsd.port.post.mk>
(-)/usr/ports/graphics/xawtv/files/patch-libvbi::os.h (+8 lines)
Line 0 Link Here
1
--- libvbi/os.h.orig	Sun Mar 10 13:20:37 2002
2
+++ libvbi/os.h	Sun Mar 10 13:19:45 2002
3
@@ -1,4 +1,4 @@
4
-#ifndef OS_H
5
+#if !defined(OS_H) && !defined(BSD)
6
 #define OS_H
7
 
8
 #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBsd__) \

Return to bug 35736