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

(-)audio/oss/files/patch-os_cmd-FreeBSD-.config (+7 lines)
Line 0 Link Here
1
--- os_cmd/FreeBSD/.config~
2
+++ os_cmd/FreeBSD/.config
3
@@ -1,3 +1,3 @@
4
 targetos=FreeBSD
5
 mode=sbin
6
-cflags=-I/sys
7
+cflags=-I${SYSDIR}
(-)audio/oss/Makefile (+2 lines)
Lines 71-76 CONFIGURE_ENV+= OGG_SUPPORT=YES Link Here
71
71
72
.if !exists(${SRC_BASE}/sys/Makefile)
72
.if !exists(${SRC_BASE}/sys/Makefile)
73
IGNORE=		requires kernel source to be installed
73
IGNORE=		requires kernel source to be installed
74
.elif !defined(SYSDIR)
75
MAKE_ENV+=	SYSDIR="${SRC_BASE}/sys"
74
.endif
76
.endif
75
77
76
pre-patch:
78
pre-patch:

Return to bug 170405