Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426838 | Differences between
and this patch

Collapse All | Expand All

(-)work.orig/usr.bin/ar/Makefile (-6 / +3 lines)
Lines 2-8 Link Here
2
2
3
.include <bsd.own.mk>
3
.include <bsd.own.mk>
4
4
5
PROG=	ar
5
PROG=	freebsd-ar
6
SRCS=	ar.c acplex.l acpyacc.y read.c util.c write.c y.tab.h
6
SRCS=	ar.c acplex.l acpyacc.y read.c util.c write.c y.tab.h
7
7
8
DPADD=	${LIBARCHIVE} ${LIBELF}
8
DPADD=	${LIBARCHIVE} ${LIBELF}
Lines 10-19 Link Here
10
10
11
CFLAGS+=-I. -I${.CURDIR}
11
CFLAGS+=-I. -I${.CURDIR}
12
12
13
.if ${MK_SHARED_TOOLCHAIN} == "no"
13
LINKS=	${BINDIR}/freebsd-ar ${BINDIR}/freebsd-ranlib
14
NO_SHARED?=	yes
14
MLINKS= freebsd-ar.1 freebsd-ranlib.1
15
.endif
16
LINKS=	${BINDIR}/ar ${BINDIR}/ranlib
17
MLINKS= ar.1 ranlib.1
18
15
19
.include <bsd.prog.mk>
16
.include <bsd.prog.mk>

Return to bug 426838