View | Details | Raw Unified | Return to bug 231431 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/libfame/Makefile (-4 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libfame
4
PORTNAME=	libfame
5
PORTVERSION=	0.9.1
5
PORTVERSION=	0.9.1
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	SF/fame/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/fame/${PORTNAME}/${PORTVERSION}
9
9
Lines 10-15 Link Here
10
MAINTAINER=	multimedia@FreeBSD.org
10
MAINTAINER=	multimedia@FreeBSD.org
11
COMMENT=	Video encoding library
11
COMMENT=	Video encoding library
12
12
13
LICENSE=	LGPL20
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
14
INSTALL_TARGET=	install-strip
17
INSTALL_TARGET=	install-strip
15
USES=		libtool
18
USES=		libtool
Lines 21-29 Link Here
21
MMX_CONFIGURE_ENABLE=	mmx
24
MMX_CONFIGURE_ENABLE=	mmx
22
25
23
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
24
27
.if ${ARCH} == "i386"
25
.if ${ARCH}=="i386"
28
MAKE_ARGS=	CFLAGS="${CLFAGS}" CC="${CC}"
26
LLD_UNSAFE=	yes # cf. PR 226980
27
.endif
29
.endif
28
30
29
post-patch:
31
post-patch:

Return to bug 231431