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

(-)Makefile (+4 lines)
Lines 38-43 Link Here
38
38
39
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
40
40
41
.if exists(${LOCALBASE}/include/sys/inotify.h)
42
CONFIGURE_ENV+=	LIBS="${LIBS} -linotify"
43
.endif
44
41
.if (${OSVERSION} < 800501) || \
45
.if (${OSVERSION} < 800501) || \
42
    ((${OSVERSION} >= 900000) && (${OSVERSION} < 900006))
46
    ((${OSVERSION} >= 900000) && (${OSVERSION} < 900006))
43
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-compiz.cpp
47
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-compiz.cpp

Return to bug 166296