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

(-)b/devel/libtool/Makefile (-1 / +7 lines)
Lines 19-22 NO_ARCH= yes Link Here
19
19
20
INFO=		libtool
20
INFO=		libtool
21
21
22
.if "${CC}" == "/nxb-bin/usr/bin/cc"
23
# Generate libtool script for the native compiler, not the cross compiler.
24
CC=		cc
25
CXX=		c++
26
LD=		ld
27
.endif
28
22
.include <bsd.port.mk>
29
.include <bsd.port.mk>
23
- 

Return to bug 230018