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

(-)./Makefile (+5 lines)
Lines 35-40 Link Here
35
35
36
.if ${OSVERSION} < 500000
36
.if ${OSVERSION} < 500000
37
BROKEN=		Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
37
BROKEN=		Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
38
.endif
39
40
# Avoid build error on amd64: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
41
.if (${ARCH} == "amd64")
42
CFLAGS+=	-fPIC
38
.endif
43
.endif
39
44
40
.ifdef (WITH_FFMPEG)
45
.ifdef (WITH_FFMPEG)

Return to bug 96102